Class TailRecall
java.lang.Object
edu.cmu.tetrad.algcomparison.statistic.TailRecall
- All Implemented Interfaces:
Statistic
,Serializable
Implements the TailRecall statistic, which calculates the tail recall value for a given true graph, estimated graph,
and data model.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the abbreviation for the statistic.Returns a short one-line description of this statistic.double
getNormValue
(double value) Returns the normalized value of a statistic.double
Calculates the tail recall value for a given true graph, estimated graph, and data model.
-
Constructor Details
-
TailRecall
public TailRecall()Constructs the statistic.
-
-
Method Details
-
getAbbreviation
Returns the abbreviation for the statistic. This will be printed at the top of each column.- Specified by:
getAbbreviation
in interfaceStatistic
- Returns:
- The abbreviation.
-
getDescription
Returns a short one-line description of this statistic.- Specified by:
getDescription
in interfaceStatistic
- Returns:
- The description of the statistic.
-
getValue
Calculates the tail recall value for a given true graph, estimated graph, and data model. -
getNormValue
public double getNormValue(double value) Returns the normalized value of a statistic.- Specified by:
getNormValue
in interfaceStatistic
- Parameters:
value
- The value of the statistic.- Returns:
- The normalized value of the statistic.
-