Package edu.cmu.tetrad.simulation
Class GdistanceRandom
java.lang.Object
edu.cmu.tetrad.simulation.GdistanceRandom
Created by Erich on 8/6/2016.
- Version:
- $Id: $Id
- Author:
- josephramsey
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionrandomSimulation
(int repeat) randomSimulation.void
setLocationMap
(DataSet map) Setter for the fieldlocationMap
.void
setNumEdges1
(int edges) Setter for the fieldnumEdges1
.void
setNumEdges2
(int edges) Setter for the fieldnumEdges2
.void
setVerbose
(boolean wantverbose) Setter for the fieldverbose
.
-
Constructor Details
-
GdistanceRandom
-
-
Method Details
-
randomSimulation
-
setLocationMap
-
setNumEdges1
public void setNumEdges1(int edges) Setter for the field
numEdges1
.- Parameters:
edges
- a int
-
setNumEdges2
public void setNumEdges2(int edges) Setter for the field
numEdges2
.- Parameters:
edges
- a int
-
setVerbose
public void setVerbose(boolean wantverbose) Setter for the field
verbose
.- Parameters:
wantverbose
- a boolean
-