Class PagSamplingRfci
java.lang.Object
edu.pitt.dbmi.algo.bayesian.constraint.search.PagSamplingRfci
- All Implemented Interfaces:
GraphSearch
Jan 29, 2023 4:10:52 PM
- Author:
- Kevin V. Bui (kvb2univpitt@gmail.com)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionsearch()
void
setCutoff
(double cutoff) void
setDepth
(int depth) void
setEdgeEnsemble
(int edgeEnsemble) void
setKnowledge
(Knowledge knowledge) void
setMaxPathLength
(int maxPathLength) void
setNumRandomizedSearchModels
(int numRandomizedSearchModels) void
setPriorEquivalentSampleSize
(double priorEquivalentSampleSize) void
setThreshold
(boolean threshold) void
setVerbose
(boolean verbose)
-
Constructor Details
-
PagSamplingRfci
-
-
Method Details
-
search
- Specified by:
search
in interfaceGraphSearch
-
setNumRandomizedSearchModels
public void setNumRandomizedSearchModels(int numRandomizedSearchModels) -
setVerbose
public void setVerbose(boolean verbose) -
setDepth
public void setDepth(int depth) -
setMaxPathLength
public void setMaxPathLength(int maxPathLength) -
setThreshold
public void setThreshold(boolean threshold) -
setCutoff
public void setCutoff(double cutoff) -
setPriorEquivalentSampleSize
public void setPriorEquivalentSampleSize(double priorEquivalentSampleSize) -
setEdgeEnsemble
public void setEdgeEnsemble(int edgeEnsemble) -
setKnowledge
-