wGmdh.jGmdh.oldskul
Class TwoInputModelFactory

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

public class TwoInputModelFactory
extends java.lang.Object
implements ModelFactory

Spawns TwoInputModels.

See Also:
Serialized Form

Constructor Summary
TwoInputModelFactory()
           
 
Method Summary
 weka.core.Instances getDataset()
           
 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... inputs)
           
 void setDataset(weka.core.Instances dataset)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TwoInputModelFactory

public TwoInputModelFactory()
Method Detail

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()
Specified by:
instantiate in interface ModelFactory

instantiate

public Model instantiate(Performance selectionCriterion,
                         Performance errorMeasure,
                         Node... inputs)
                  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

getDataset

public weka.core.Instances getDataset()
Returns:
the dataset

setDataset

public void setDataset(weka.core.Instances dataset)
Parameters:
dataset - the dataset to set