Class OrientationRecall

java.lang.Object
edu.cmu.tetrad.algcomparison.statistic.OrientationRecall
All Implemented Interfaces:
Statistic, Serializable

public class OrientationRecall extends Object implements Statistic
Represents an implementation of the Statistic interface that calculates the Orientation Recall.

The Orientation Recall is a statistic that measures the accuracy of the estimated orientation of edges in a graph compared to the true graph. It calculates the ratio of true positive orientations to the sum of true positive and false negative orientations.

See Also: