Class LocalGraphRecall

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

public class LocalGraphRecall extends Object implements Statistic
LocalGraphRecall implements the Statistic interface and represents the local graph recall statistic. It calculates the recall of the estimated graph with respect to the true graph. The recall is defined as the ratio of true positives (TP) to the sum of true positives and false negatives (TP + FN).
See Also: