Package wGmdh.jGmdh.oldskul

Interface Summary
ModelFactory A model factory interface
 

Class Summary
AttributeNode  
CopyCat A class used to: - hard-copy models - retrain the model with prefixed structure
LinearEqSystem  
Model Contains basic functionality of a GMDH model, such as connectivity information and obtaining data at the inputs.
ModelComparator A comparator class used for sorting Model objects by descending validation set error.
MultiSelectCombi a multilayered-combinatorial GMDH network class
MultiSelectCombi.ModelAndLayer A class used to describe the best model trained.
Node TODO: delegate all data folding and splitting to DatasetHandler ( networkOutput, networkOutputNoFlags)
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
SlidingFilter  
TwoInputModel Polynomial GMDH node with two inputs, by L2 fitting
TwoInputModelFactory Spawns TwoInputModels.