org.encog.neural.data.basic
Class BasicNeuralDataPair

java.lang.Object
  extended by org.encog.ml.data.basic.BasicMLDataPair
      extended by org.encog.neural.data.basic.BasicNeuralDataPair
All Implemented Interfaces:
Serializable, MLDataPair, CentroidFactory<MLDataPair>

public class BasicNeuralDataPair
extends BasicMLDataPair

This is an alias class for Encog 2.5 compatibility. This class aliases BasicMLDataPair. Newer code should use BasicMLDataPair in place of this class.

See Also:
Serialized Form

Constructor Summary
BasicNeuralDataPair(NeuralData theInput)
          Construct with input only.
BasicNeuralDataPair(NeuralData theInput, NeuralData theIdeal)
          Construct from input and ideal.
 
Method Summary
 
Methods inherited from class org.encog.ml.data.basic.BasicMLDataPair
createCentroid, createPair, getIdeal, getIdealArray, getInput, getInputArray, getSignificance, isSupervised, setIdealArray, setInputArray, setSignificance, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BasicNeuralDataPair

public BasicNeuralDataPair(NeuralData theInput)
Construct with input only.

Parameters:
theInput - The input.

BasicNeuralDataPair

public BasicNeuralDataPair(NeuralData theInput,
                           NeuralData theIdeal)
Construct from input and ideal.

Parameters:
theInput - The input.
theIdeal - The ideal.


Copyright © 2014. All Rights Reserved.