Class PagSamplingRfci
java.lang.Object
edu.pitt.dbmi.algo.bayesian.constraint.search.PagSamplingRfci
- All Implemented Interfaces:
IGraphSearch
Jan 29, 2023 4:10:52 PM
- Version:
- $Id: $Id
- Author:
- Kevin V. Bui (kvb2univpitt@gmail.com)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionsearch()Runs the search and returns a graph.voidsetCutoff(double cutoff) Set the cutoff.voidsetDepth(int depth) Set the depth.voidsetKnowledge(Knowledge knowledge) Set the knowledge.voidsetMaxPathLength(int maxPathLength) Set the maximum path length.voidsetNumRandomizedSearchModels(int numRandomizedSearchModels) Set the number of randomized search models.voidsetPriorEquivalentSampleSize(double priorEquivalentSampleSize) Set the prior equivalent sample size.voidsetThreshold(boolean threshold) Set the threshold.voidsetVerbose(boolean verbose) Set the verbose flag.
-
Constructor Details
-
PagSamplingRfci
Constructor.- Parameters:
dataSet- the data set.
-
-
Method Details
-
search
Runs the search and returns a graph.Search for a PAG.
- Specified by:
searchin interfaceIGraphSearch- Returns:
- The discovered graph.
-
setNumRandomizedSearchModels
public void setNumRandomizedSearchModels(int numRandomizedSearchModels) Set the number of randomized search models.- Parameters:
numRandomizedSearchModels- the number of randomized search models.
-
setVerbose
public void setVerbose(boolean verbose) Set the verbose flag.- Parameters:
verbose- the verbose flag.
-
setDepth
public void setDepth(int depth) Set the depth.- Parameters:
depth- the depth.
-
setMaxPathLength
public void setMaxPathLength(int maxPathLength) Set the maximum path length.- Parameters:
maxPathLength- the maximum path length.
-
setThreshold
public void setThreshold(boolean threshold) Set the threshold.- Parameters:
threshold- the threshold.
-
setCutoff
public void setCutoff(double cutoff) Set the cutoff.- Parameters:
cutoff- the cutoff.
-
setPriorEquivalentSampleSize
public void setPriorEquivalentSampleSize(double priorEquivalentSampleSize) Set the prior equivalent sample size.- Parameters:
priorEquivalentSampleSize- the prior equivalent sample size.
-
setKnowledge
Set the knowledge.- Parameters:
knowledge- the knowledge.
-