Class SemidirectedRecall
java.lang.Object
edu.cmu.tetrad.algcomparison.statistic.SemidirectedRecall
- All Implemented Interfaces:
Statistic
,Serializable
A class implementing the Semidirected-Rec statistic.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionRetrieves the abbreviation for the SemidirectedRecall statistic.Returns a short one-line description of this statistic.double
getNormValue
(double value) Retrieves the normalized value of the statistic.double
Calculates the Semidirected-Rec statistic, which is the proportion of (X, Y) where if there is a semidirected path in the true graph, then there is also a semidirected path in the estimated graph.
-
Constructor Details
-
SemidirectedRecall
public SemidirectedRecall()Constructs the statistic.
-
-
Method Details
-
getAbbreviation
Retrieves the abbreviation for the SemidirectedRecall statistic.- Specified by:
getAbbreviation
in interfaceStatistic
- Returns:
- The abbreviation for the SemidirectedRecall statistic.
-
getDescription
Returns a short one-line description of this statistic. This will be printed at the beginning of the report.- Specified by:
getDescription
in interfaceStatistic
- Returns:
- The short description of this statistic.
-
getValue
Calculates the Semidirected-Rec statistic, which is the proportion of (X, Y) where if there is a semidirected path in the true graph, then there is also a semidirected path in the estimated graph. -
getNormValue
public double getNormValue(double value) Retrieves the normalized value of the statistic.- Specified by:
getNormValue
in interfaceStatistic
- Parameters:
value
- The value of the statistic.- Returns:
- The normalized value of the statistic.
-