Package edu.cmu.tetrad.search
Class GwpResult.CPDAGEvaluationResult
java.lang.Object
edu.cmu.tetrad.search.GwpResult.CPDAGEvaluationResult
- Enclosing class:
GwpResult
Loss function for PC: * for adjacency errors, 1 pt (i.e. 1 for omission, 1 for commission) for orientation errors: *
undirected when it should be directed: 0.5 * directed when it should be undirected: 0.5 * directed the wrong way:
1.0 (in other words, 0.5 for each arrow-head difference, for orientation errors)
-
Field Summary
FieldsModifier and TypeFieldDescription -
Constructor Summary
ConstructorsConstructorDescriptionCPDAGEvaluationResult
(GwpResult.AdjacencyEvaluationResult adj, GwpResult.OrientationEvaluationResult ori) -
Method Summary
-
Field Details
-
adj
-
ori
-
-
Constructor Details
-
CPDAGEvaluationResult
public CPDAGEvaluationResult(GwpResult.AdjacencyEvaluationResult adj, GwpResult.OrientationEvaluationResult ori)
-
-
Method Details
-
loss
public double loss()
-