Class PermutationSearch

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

public class PermutationSearch extends Object
Implements permutation search.
Author:
bryanandrews
  • Constructor Details

    • PermutationSearch

      public PermutationSearch(SuborderSearch suborderSearch)
  • Method Details

    • search

      public Graph search()
    • getGraph

      public static Graph getGraph(List<Node> nodes, Map<Node,Set<Node>> parents, boolean cpDag)
    • getGraph

      public static Graph getGraph(List<Node> nodes, Map<Node,Set<Node>> parents, Knowledge knowledge, boolean cpDag)
    • getVariables

      public List<Node> getVariables()
    • isVerbose

      public boolean isVerbose()
    • setVerbose

      public void setVerbose(boolean verbose)
    • setKnowledge

      public void setKnowledge(Knowledge knowledge)