Package edu.cmu.tetrad.search
Class GwpResult
java.lang.Object
edu.cmu.tetrad.search.GwpResult
The purpose of this class is to store evaluation results.
- Author:
- Gustavo
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
static class
static class
Loss function for PC: * for adjacency errors, 1 pt (i.e.static class
static interface
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionGwpResult
(String methodName, GwpResult.AdjacencyEvaluationResult adj, GwpResult.OrientationEvaluationResult ori, GwpResult.CoefficientEvaluationResult coeffAll, GwpResult.CoefficientEvaluationResult coeffSome) constructor for evaluations where the method evaluated purports to give us the entire structure.GwpResult
(String methodName, GwpResult.CPDAGEvaluationResult pat) constructor for evaluations where the method evaluated purports to give us the Markov-equivalence class, represented by a CPDAG. -
Method Summary
-
Field Details
-
adj
-
ori
-
coeffAll
-
coeffSome
-
pat
-
name
-
-
Constructor Details
-
GwpResult
public GwpResult(String methodName, GwpResult.AdjacencyEvaluationResult adj, GwpResult.OrientationEvaluationResult ori, GwpResult.CoefficientEvaluationResult coeffAll, GwpResult.CoefficientEvaluationResult coeffSome) constructor for evaluations where the method evaluated purports to give us the entire structure. -
GwpResult
constructor for evaluations where the method evaluated purports to give us the Markov-equivalence class, represented by a CPDAG.* @param methodName
-