Class RfciBsc
java.lang.Object
edu.pitt.dbmi.algo.bayesian.constraint.search.RfciBsc
- All Implemented Interfaces:
IGraphSearch
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()
Runs the search and returns a graph.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
Description copied from interface:IGraphSearch
Runs the search and returns a graph.- Specified by:
search
in interfaceIGraphSearch
- Returns:
- The discovered graph.
-
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. -
getOut
- Returns:
- the output stream that output (except for log output) should be sent to.
-
setOut
Sets the output stream that output (except for log output) should be sent to. By detault System.out. -
setThresholdNoRandomDataSearch
public void setThresholdNoRandomDataSearch(boolean thresholdNoRandomDataSearch) -
setCutoffDataSearch
public void setCutoffDataSearch(double cutoffDataSearch) -
setThresholdNoRandomConstrainSearch
public void setThresholdNoRandomConstrainSearch(boolean thresholdNoRandomConstrainSearch) -
setCutoffConstrainSearch
public void setCutoffConstrainSearch(double cutoffConstrainSearch)
-