Uses of Class
wGmdh.jGmdh.oldskul.measures.Performance

Packages that use Performance
wGmdh.jGmdh.hybrid   
wGmdh.jGmdh.oldskul   
wGmdh.jGmdh.oldskul.measures   
 

Uses of Performance in wGmdh.jGmdh.hybrid
 

Methods in wGmdh.jGmdh.hybrid with parameters of type Performance
 Model ErrorPropagatingModelFactory.instantiate(DatasetHandlerSupervised provider, Performance selectionCriterion, Performance errorMeasure, Node... links)
           
 Model ErrorPropagatingModelFactory.instantiate(double[] regressionGoals, Performance selectionCriterion, Performance errorMeasure, Node... links)
          Deprecated. 
 Model ErrorPropagatingModelFactory.instantiate(Performance selectionCriterion, Performance errorMeasure, Node... links)
           
 

Constructors in wGmdh.jGmdh.hybrid with parameters of type Performance
ErrorPropagatingModel(double[] regressionGoals, Performance selectionCriterion, Performance errorMeasure, Node... links)
           
ErrorPropagatingModel(Performance selectionCriterion, Performance errorMeasure, Node... inputs)
          Sets up performance criteria and links.
ErrorPropagatingModel(Performance selectionCriterion, Performance errorMeasure, Node inputL, Node inputR)
          Sets up performance criteria and links.
 

Uses of Performance in wGmdh.jGmdh.oldskul
 

Fields in wGmdh.jGmdh.oldskul declared as Performance
protected  Performance Model.errorMeasure
           
protected  Performance Model.structureSelectionCriterion
           
 

Methods in wGmdh.jGmdh.oldskul that return Performance
 Performance Model.getErrorMeasure()
           
 Performance Model.getSelectionCriterion()
           
 

Methods in wGmdh.jGmdh.oldskul with parameters of type Performance
 Model ModelFactory.instantiate(DatasetHandlerSupervised provider, Performance selectionCriterion, Performance errorMeasure, Node... links)
           
 Model TwoInputModelFactory.instantiate(DatasetHandlerSupervised provider, Performance selectionCriterion, Performance errorMeasure, Node... links)
           
 Model ModelFactory.instantiate(double[] regressionGoals, Performance selectionCriterion, Performance errorMeasure, Node... links)
          Deprecated. 
 Model TwoInputModelFactory.instantiate(double[] regressionGoals, Performance selectionCriterion, Performance errorMeasure, Node... links)
          Deprecated. 
 Model ModelFactory.instantiate(Performance selectionCriterion, Performance errorMeasure, Node... links)
           
 Model TwoInputModelFactory.instantiate(Performance selectionCriterion, Performance errorMeasure, Node... inputs)
           
 void Model.setErrorMeasure(Performance criterion)
           
 void Model.setSelectionCriterion(Performance criterion)
           
 

Constructors in wGmdh.jGmdh.oldskul with parameters of type Performance
Model(java.util.ArrayList<double[]> regressionGoals, java.util.ArrayList<double[]> validationGoals, Performance selectionCriterion, Performance errorMeasure, java.util.ArrayList<Node> links)
          Deprecated. 
Model(java.util.ArrayList<double[]> regressionGoals, java.util.ArrayList<double[]> validationGoals, Performance selectionCriterion, Performance errorMeasure, Node... links)
          Deprecated. 
Model(DatasetHandlerSupervised handler, Performance selectionCriterion, Performance errorMeasure, java.util.ArrayList<Node> links)
           
Model(double[] regressionGoals, Performance selectionCriterion, Performance errorMeasure, Node... links)
          Deprecated. 
Model(Performance selectionCriterion, Performance errorMeasure, Node... links)
          No regression or model evaluation takes place in this constructor.
TwoInputModel(java.util.ArrayList<double[]> regressionGoal, Performance selectionCriterion, Performance errorMeasure, Node inputL, Node inputR)
           
TwoInputModel(double[] regressionGoals, Performance selectionCriterion, Performance errorMeasure, Node... links)
           
TwoInputModel(Performance selectionCriterion, Performance errorMeasure, Node... inputs)
          Sets up performance criteria and links.
 

Uses of Performance in wGmdh.jGmdh.oldskul.measures
 

Subclasses of Performance in wGmdh.jGmdh.oldskul.measures
 class StructureLearningPerformance
          A delegate for error measures.
 class StructureValidationPerformance
          A delegate for performance measures on an independent set for model selection TODO: a strategy design pattern would make choice of measures/metrics more flexible