Class Bes

java.lang.Object
edu.cmu.tetrad.search.Bes

public class Bes extends Object
Implements the backward equivalence search of FGES.
Author:
bryanandrews, josephramsey
  • Constructor Details

    • Bes

      public Bes(@NotNull @NotNull Score score)
  • Method Details

    • getVariables

      @NotNull public @NotNull List<Node> getVariables()
    • setVerbose

      public void setVerbose(boolean verbose)
    • setKnowledge

      public void setKnowledge(Knowledge knowledge)
    • setDepth

      public void setDepth(int depth)
    • bes

      public void bes(Graph graph, List<Node> variables)
    • getKnowledge

      public Knowledge getKnowledge()