Package edu.cmu.tetrad.graph
Class GraphUtils.TwoCycleErrors
java.lang.Object
edu.cmu.tetrad.graph.GraphUtils.TwoCycleErrors
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionTwoCycleErrors
(int twoCycCor, int twoCycFn, int twoCycFp) Constructs a new TwoCycleErrors. -
Method Summary
-
Field Details
-
twoCycCor
public int twoCycCorThe number of correct edges. -
twoCycFn
public int twoCycFnThe number of false negatives. -
twoCycFp
public int twoCycFpThe number of false positives.
-
-
Constructor Details
-
TwoCycleErrors
public TwoCycleErrors(int twoCycCor, int twoCycFn, int twoCycFp) Constructs a new TwoCycleErrors.- Parameters:
twoCycCor
- the number of correct edges.twoCycFn
- the number of false negatives.twoCycFp
- the number of false positives.
-
-
Method Details
-
toString
-