wGmdh.jGmdh.hybrid
Class ErrorPropagatingModelFactory

java.lang.Object
  extended by wGmdh.jGmdh.hybrid.ErrorPropagatingModelFactory
All Implemented Interfaces:
java.io.Serializable, ModelFactory

public class ErrorPropagatingModelFactory
extends java.lang.Object
implements ModelFactory

See Also:
Serialized Form

Constructor Summary
ErrorPropagatingModelFactory()
           
 
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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ErrorPropagatingModelFactory

public ErrorPropagatingModelFactory()
Method Detail

instantiate

public Model instantiate()
Specified by:
instantiate in interface ModelFactory

instantiate

@Deprecated
public Model instantiate(double[] regressionGoals,
                                    Performance selectionCriterion,
                                    Performance errorMeasure,
                                    Node... links)
                  throws TooBig,
                         ExpressionEqualToZero,
                         TooSmall
Deprecated. 

Specified by:
instantiate in interface ModelFactory
Throws:
TooBig
ExpressionEqualToZero
TooSmall

instantiate

public Model instantiate(Performance selectionCriterion,
                         Performance errorMeasure,
                         Node... links)
                  throws java.lang.Exception
Specified by:
instantiate in interface ModelFactory
Throws:
java.lang.Exception

instantiate

public Model instantiate(DatasetHandlerSupervised provider,
                         Performance selectionCriterion,
                         Performance errorMeasure,
                         Node... links)
                  throws java.lang.Exception
Specified by:
instantiate in interface ModelFactory
Throws:
java.lang.Exception