Package edu.cmu.tetrad.search
Class ScoredGraph
java.lang.Object
edu.cmu.tetrad.search.ScoredGraph
- All Implemented Interfaces:
TetradSerializable
,Serializable
,Comparable<ScoredGraph>
Stores a graph with a score.
- Author:
- Joseph Ramsey
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
compareTo
(@NotNull ScoredGraph o) boolean
getGraph()
double
getScore()
int
hashCode()
static ScoredGraph
-
Constructor Details
-
ScoredGraph
-
-
Method Details
-
serializableInstance
-
getGraph
-
getScore
public double getScore() -
hashCode
public int hashCode() -
equals
-
compareTo
- Specified by:
compareTo
in interfaceComparable<ScoredGraph>
-