Uses of Interface
wGmdh.jGmdh.util.supervised.DatasetHandlerSupervised

Packages that use DatasetHandlerSupervised
wGmdh.jGmdh.hybrid   
wGmdh.jGmdh.oldskul   
wGmdh.jGmdh.util.supervised   
 

Uses of DatasetHandlerSupervised in wGmdh.jGmdh.hybrid
 

Methods in wGmdh.jGmdh.hybrid with parameters of type DatasetHandlerSupervised
 Model ErrorPropagatingModelFactory.instantiate(DatasetHandlerSupervised provider, Performance selectionCriterion, Performance errorMeasure, Node... links)
           
 

Uses of DatasetHandlerSupervised in wGmdh.jGmdh.oldskul
 

Methods in wGmdh.jGmdh.oldskul with parameters of type DatasetHandlerSupervised
 void Model.coeffsAndErrors(DatasetHandlerSupervised handler)
          Folds dataSetToFold.
 Model ModelFactory.instantiate(DatasetHandlerSupervised provider, Performance selectionCriterion, Performance errorMeasure, Node... links)
           
 Model TwoInputModelFactory.instantiate(DatasetHandlerSupervised provider, Performance selectionCriterion, Performance errorMeasure, Node... links)
           
 

Constructors in wGmdh.jGmdh.oldskul with parameters of type DatasetHandlerSupervised
Model(DatasetHandlerSupervised handler, Performance selectionCriterion, Performance errorMeasure, java.util.ArrayList<Node> links)
           
 

Uses of DatasetHandlerSupervised in wGmdh.jGmdh.util.supervised
 

Classes in wGmdh.jGmdh.util.supervised that implement DatasetHandlerSupervised
 class CvHandler
          A class used to feed Models when using the crossvalidation scheme to optimize structure.
 class DatasetSupervised
           
 class PercentageSplitHandler
          A class used to feed Models when using the percentage split scheme to optimize structure.