Uses of Interface
wGmdh.jGmdh.oldskul.ModelFactory

Packages that use ModelFactory
wGmdh.jGmdh.hybrid   
wGmdh.jGmdh.oldskul   
 

Uses of ModelFactory in wGmdh.jGmdh.hybrid
 

Classes in wGmdh.jGmdh.hybrid that implement ModelFactory
 class ErrorPropagatingModelFactory
           
 

Uses of ModelFactory in wGmdh.jGmdh.oldskul
 

Classes in wGmdh.jGmdh.oldskul that implement ModelFactory
 class TwoInputModelFactory
          Spawns TwoInputModels.
 

Fields in wGmdh.jGmdh.oldskul declared as ModelFactory
protected  ModelFactory MultiSelectCombi.maker
           
 

Methods in wGmdh.jGmdh.oldskul that return ModelFactory
 ModelFactory MultiSelectCombi.getMaker()
           
 

Methods in wGmdh.jGmdh.oldskul with parameters of type ModelFactory
 void MultiSelectCombi.setMaker(ModelFactory maker)
           
 

Constructors in wGmdh.jGmdh.oldskul with parameters of type ModelFactory
CopyCat(Model m, ModelFactory f)
           
MultiSelectCombi(DatasetSupervised h, ModelFactory f, NodeFilter selector)