Documentation For Encog 2.x

BasicNeuralDataPair Constructor

Construct a BasicNeuralDataPair class with the specified input and ideal values.

Overload List

Construct a data pair that only includes input. (unsupervised)

public BasicNeuralDataPair(INeuralData)

Construct a BasicNeuralDataPair class with the specified input and ideal values.

public BasicNeuralDataPair(INeuralData,INeuralData)

See Also

BasicNeuralDataPair Class | Encog.Neural.Data.Basic Namespace