Class TwoCycleRecall

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

public class TwoCycleRecall extends Object implements Statistic
The 2-cycle recall. This counts 2-cycles manually, wherever they occur in the graphs. The true positives are the number of 2-cycles in both the true and estimated graphs. Thus, if the true contains X->Y,Y->X and estimated graph does not contain it, one false negative is counted.
Version:
$Id: $Id
Author:
josephramsey, rubens (November 2016)
See Also: