Uses of Class
wGmdh.jGmdh.exceptions.ExpressionEqualToZero

Packages that use ExpressionEqualToZero
wGmdh   
wGmdh.jGmdh.hybrid   
wGmdh.jGmdh.oldskul   
wGmdh.jGmdh.playground   
 

Uses of ExpressionEqualToZero in wGmdh
 

Methods in wGmdh that throw ExpressionEqualToZero
 void Msc.next(int nrIteration)
           
 void MscPrototype.next(int nrIteration)
          Deprecated.  
 

Uses of ExpressionEqualToZero in wGmdh.jGmdh.hybrid
 

Methods in wGmdh.jGmdh.hybrid that throw ExpressionEqualToZero
 Model ErrorPropagatingModelFactory.instantiate(double[] regressionGoals, Performance selectionCriterion, Performance errorMeasure, Node... links)
          Deprecated. 
 

Constructors in wGmdh.jGmdh.hybrid that throw ExpressionEqualToZero
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 ExpressionEqualToZero in wGmdh.jGmdh.oldskul
 

Methods in wGmdh.jGmdh.oldskul that throw ExpressionEqualToZero
 void Model.coeffsAndErrors(DatasetHandlerSupervised handler)
          Folds dataSetToFold.
 void Model.coeffsAndErrors(weka.core.Instances dataset, double trainPercentage)
          Deprecated.  
 void Model.coeffsAndErrors(weka.core.Instances datasetToFold, int numFolds)
          Deprecated. 
protected abstract  double[] Model.coeffsFromData(double[] regressTo, double[][] trainingData)
          Obtains coefficients by regression.
 TwoInputModel CopyCat.copyStructure(weka.core.Instances trainInsts)
          Trains a new model that has the same structure as this.
 Model CopyCat.copyStructureAndPurify(weka.core.Instances trainInsts)
          Trains a new model that has the same structure as this.
 Model TwoInputModelFactory.instantiate(double[] regressionGoals, Performance selectionCriterion, Performance errorMeasure, Node... links)
          Deprecated. 
abstract  double[] Model.localOuputOnArray(double[][] inputs, double[] coeffs)
          Calculates value that a GMDH polynomial takes in a point, for an array of points, using coeffs as coefficients.
 int MultiSelectCombi.mscGrow()
          Grow network by one layer; in multilayered version of selectional-combinatorial algorithm.
 void MultiSelectCombi.multiSelectCombi(int nrLayers)
           
 

Constructors in wGmdh.jGmdh.oldskul that throw ExpressionEqualToZero
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 ExpressionEqualToZero in wGmdh.jGmdh.playground
 

Methods in wGmdh.jGmdh.playground that throw ExpressionEqualToZero
static void Toy.main(java.lang.String[] args)