Class PagSamplingRfci
java.lang.Object
edu.pitt.dbmi.algo.bayesian.constraint.search.PagSamplingRfci
- All Implemented Interfaces:
IGraphSearch
Jan 29, 2023 4:10:52 PM
- Author:
- Kevin V. Bui (kvb2univpitt@gmail.com)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionsearch()
Runs the search and returns a graph.void
setCutoff
(double cutoff) void
setDepth
(int depth) 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
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) -
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) -
setKnowledge
-