Class RfciBsc
java.lang.Object
edu.pitt.dbmi.algo.bayesian.constraint.search.RfciBsc
- All Implemented Interfaces:
GraphSearch
Dec 17, 2018 3:28:15 PM
- Author:
- Chirayu Kong Wongchokprasitti, PhD (chw20@pitt.edu)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondouble
getBscD()
double
getBscI()
getOut()
search()
void
setCutoffConstrainSearch
(double cutoffConstrainSearch) void
setCutoffDataSearch
(double cutoffDataSearch) void
setLowerBound
(double lowerBound) void
setNumBscBootstrapSamples
(int numBscBootstrapSamples) void
setNumRandomizedSearchModels
(int numRandomizedSearchModels) void
setOut
(PrintStream out) Sets the output stream that output (except for log output) should be sent to.void
setOutputRBD
(boolean outputRBD) void
setThresholdNoRandomConstrainSearch
(boolean thresholdNoRandomConstrainSearch) void
setThresholdNoRandomDataSearch
(boolean thresholdNoRandomDataSearch) void
setUpperBound
(double upperBound) void
setVerbose
(boolean verbose) Sets whether verbose output should be produced.
-
Constructor Details
-
RfciBsc
-
-
Method Details
-
search
- Specified by:
search
in interfaceGraphSearch
-
setNumRandomizedSearchModels
public void setNumRandomizedSearchModels(int numRandomizedSearchModels) -
setNumBscBootstrapSamples
public void setNumBscBootstrapSamples(int numBscBootstrapSamples) -
setLowerBound
public void setLowerBound(double lowerBound) -
setUpperBound
public void setUpperBound(double upperBound) -
setOutputRBD
public void setOutputRBD(boolean outputRBD) -
getGraphRBD
-
getGraphRBI
-
getBscD
public double getBscD() -
getBscI
public double getBscI() -
setVerbose
public void setVerbose(boolean verbose) Sets whether verbose output should be produced. -
setOut
Sets the output stream that output (except for log output) should be sent to. By detault System.out. -
getOut
- Returns:
- the output stream that output (except for log output) should be sent to.
-
setThresholdNoRandomDataSearch
public void setThresholdNoRandomDataSearch(boolean thresholdNoRandomDataSearch) -
setCutoffDataSearch
public void setCutoffDataSearch(double cutoffDataSearch) -
setThresholdNoRandomConstrainSearch
public void setThresholdNoRandomConstrainSearch(boolean thresholdNoRandomConstrainSearch) -
setCutoffConstrainSearch
public void setCutoffConstrainSearch(double cutoffConstrainSearch)
-