Class PagSamplingRfci

java.lang.Object
edu.pitt.dbmi.algo.bayesian.constraint.search.PagSamplingRfci
All Implemented Interfaces:
IGraphSearch

public class PagSamplingRfci extends Object implements IGraphSearch
Jan 29, 2023 4:10:52 PM
Author:
Kevin V. Bui (kvb2univpitt@gmail.com)
  • Constructor Details

    • PagSamplingRfci

      public PagSamplingRfci(DataSet dataSet)
  • Method Details

    • search

      public Graph search()
      Description copied from interface: IGraphSearch
      Runs the search and returns a graph.
      Specified by:
      search in interface IGraphSearch
      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

      public void setKnowledge(Knowledge knowledge)