Class ScoredGraph

java.lang.Object
edu.cmu.tetrad.search.score.ScoredGraph
All Implemented Interfaces:
TetradSerializable, Serializable, Comparable<ScoredGraph>

public class ScoredGraph extends Object implements Comparable<ScoredGraph>, TetradSerializable
Stores a graph with a score for the graph. The equals, hashcode, and compare methods are overridden so that it will be easy to put these stored graphs into sets and lists.
Author:
josephramsey
See Also:
  • Constructor Details

    • ScoredGraph

      public ScoredGraph(Graph graph, Double score)
  • Method Details