wGmdh.jGmdh.oldskul
Class Model.Summand

java.lang.Object
  extended by wGmdh.jGmdh.oldskul.Model.Summand
Enclosing class:
Model

public class Model.Summand
extends java.lang.Object

Summand in the GMDH polynomial: coefficient*variable1*variable2*...


Field Summary
 double coefficient
           
 java.util.ArrayList<Node> variables
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

coefficient

public double coefficient

variables

public java.util.ArrayList<Node> variables