wGmdh.jGmdh.oldskul
Interface ModelFactory

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ErrorPropagatingModelFactory, TwoInputModelFactory

public interface ModelFactory
extends java.io.Serializable

A model factory interface


Method Summary
 Model instantiate()
           
 Model instantiate(DatasetHandlerSupervised provider, Performance selectionCriterion, Performance errorMeasure, Node... links)
           
 Model instantiate(double[] regressionGoals, Performance selectionCriterion, Performance errorMeasure, Node... links)
          Deprecated. 
 Model instantiate(Performance selectionCriterion, Performance errorMeasure, Node... links)
           
 

Method Detail

instantiate

Model instantiate()
                  throws java.lang.Exception
Throws:
java.lang.Exception

instantiate

Model instantiate(DatasetHandlerSupervised provider,
                  Performance selectionCriterion,
                  Performance errorMeasure,
                  Node... links)
                  throws java.lang.Exception
Throws:
java.lang.Exception

instantiate

@Deprecated
Model instantiate(double[] regressionGoals,
                             Performance selectionCriterion,
                             Performance errorMeasure,
                             Node... links)
                  throws java.lang.Exception
Deprecated. 

Throws:
java.lang.Exception

instantiate

Model instantiate(Performance selectionCriterion,
                  Performance errorMeasure,
                  Node... links)
                  throws java.lang.Exception
Throws:
java.lang.Exception