Class GwpResult.CPDAGEvaluationResult

java.lang.Object
edu.cmu.tetrad.search.GwpResult.CPDAGEvaluationResult
Enclosing class:
GwpResult

public static class GwpResult.CPDAGEvaluationResult extends Object
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)