Package edu.cmu.tetrad.simulation
Class HsimRepeatAutoRun
java.lang.Object
edu.cmu.tetrad.simulation.HsimRepeatAutoRun
Created by Erich on 4/29/2016.
- Version:
- $Id: $Id
- Author:
- josephramsey
-
Constructor Summary
ConstructorsConstructorDescriptionHsimRepeatAutoRun
(DataSet indata) Constructor for HsimRepeatAutoRun.HsimRepeatAutoRun
(String readfilename, char delim) Constructor for HsimRepeatAutoRun. -
Method Summary
Modifier and TypeMethodDescriptiondouble[]
run
(int resimSize, int repeat) run.void
setDelimiter
(char delim) Setter for the fielddelimiter
.void
setFilenameOut
(String filename) Setter for the fieldfilenameOut
.void
setVerbose
(boolean verbosity) Setter for the fieldverbose
.void
setWrite
(boolean setwrite) Setter for the fieldwrite
.
-
Constructor Details
-
HsimRepeatAutoRun
-
HsimRepeatAutoRun
-
-
Method Details
-
run
public double[] run(int resimSize, int repeat) run.
- Parameters:
resimSize
- a intrepeat
- a int- Returns:
- an array of objects
-
setVerbose
public void setVerbose(boolean verbosity) Setter for the field
verbose
.- Parameters:
verbosity
- a boolean
-
setWrite
public void setWrite(boolean setwrite) Setter for the field
write
.- Parameters:
setwrite
- a boolean
-
setFilenameOut
-
setDelimiter
public void setDelimiter(char delim) Setter for the field
delimiter
.- Parameters:
delim
- a char
-