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 TypeMethodDescriptiondoublegetBscD()doublegetBscI()getOut()search()voidsetCutoffConstrainSearch(double cutoffConstrainSearch) voidsetCutoffDataSearch(double cutoffDataSearch) voidsetLowerBound(double lowerBound) voidsetNumBscBootstrapSamples(int numBscBootstrapSamples) voidsetNumRandomizedSearchModels(int numRandomizedSearchModels) voidsetOut(PrintStream out) Sets the output stream that output (except for log output) should be sent to.voidsetOutputRBD(boolean outputRBD) voidsetThresholdNoRandomConstrainSearch(boolean thresholdNoRandomConstrainSearch) voidsetThresholdNoRandomDataSearch(boolean thresholdNoRandomDataSearch) voidsetUpperBound(double upperBound) voidsetVerbose(boolean verbose) Sets whether verbose output should be produced.
-
Constructor Details
-
RfciBsc
-
-
Method Details
-
search
- Specified by:
searchin 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)
-