Uses of Package
wGmdh.jGmdh.oldskul

Packages that use wGmdh.jGmdh.oldskul
wGmdh   
wGmdh.jGmdh.gui   
wGmdh.jGmdh.hybrid   
wGmdh.jGmdh.oldskul   
wGmdh.jGmdh.oldskul.measures   
wGmdh.jGmdh.util.supervised   
 

Classes in wGmdh.jGmdh.oldskul used by wGmdh
MultiSelectCombi
          a multilayered-combinatorial GMDH network class
MultiSelectCombi.ModelAndLayer
          A class used to describe the best model trained.
NodeFilter
          The idea is to pass every Model and Node you have in consideration for building upper-layer models to this filter class and use its (reduced) output to build them
TwoInputModel
          Polynomial GMDH node with two inputs, by L2 fitting
 

Classes in wGmdh.jGmdh.oldskul used by wGmdh.jGmdh.gui
Model
          Contains basic functionality of a GMDH model, such as connectivity information and obtaining data at the inputs.
Node
          TODO: delegate all data folding and splitting to DatasetHandler ( networkOutput, networkOutputNoFlags)
 

Classes in wGmdh.jGmdh.oldskul used by wGmdh.jGmdh.hybrid
LinearEqSystem
           
Model
          Contains basic functionality of a GMDH model, such as connectivity information and obtaining data at the inputs.
ModelFactory
          A model factory interface
Node
          TODO: delegate all data folding and splitting to DatasetHandler ( networkOutput, networkOutputNoFlags)
TwoInputModel
          Polynomial GMDH node with two inputs, by L2 fitting
 

Classes in wGmdh.jGmdh.oldskul used by wGmdh.jGmdh.oldskul
AttributeNode
           
Model
          Contains basic functionality of a GMDH model, such as connectivity information and obtaining data at the inputs.
Model.Summand
          Summand in the GMDH polynomial: coefficient*variable1*variable2*...
ModelFactory
          A model factory interface
MultiSelectCombi.ModelAndLayer
          A class used to describe the best model trained.
Node
          TODO: delegate all data folding and splitting to DatasetHandler ( networkOutput, networkOutputNoFlags)
Node.Visited
          Big cyclic graphs are expected that have significantly less nodes than vertices.
NodeFilter
          The idea is to pass every Model and Node you have in consideration for building upper-layer models to this filter class and use its (reduced) output to build them
TwoInputModel
          Polynomial GMDH node with two inputs, by L2 fitting
TwoInputModel.VisitedHt
          Uses a Hashtable to store pairs of Nodes and inputs for which they have calculated the output, to avoid multiple calculations of the same thing.
 

Classes in wGmdh.jGmdh.oldskul used by wGmdh.jGmdh.oldskul.measures
Model
          Contains basic functionality of a GMDH model, such as connectivity information and obtaining data at the inputs.
 

Classes in wGmdh.jGmdh.oldskul used by wGmdh.jGmdh.util.supervised
Model
          Contains basic functionality of a GMDH model, such as connectivity information and obtaining data at the inputs.
Node
          TODO: delegate all data folding and splitting to DatasetHandler ( networkOutput, networkOutputNoFlags)