Documentation For Encog 2.x

INeuralDataPair Interface

A neural data pair holds both the input and ideal data. If this is an unsupervised data element, then only input is provided.

For a list of all members of this type, see INeuralDataPair Members .

public interface INeuralDataPair : ICloneable

Types that implement INeuralDataPair

Type Description
BasicNeuralDataPair Basic implementation of a data pair. Holds both input and ideal data. If this is unsupervised training then ideal should be null.

Requirements

Namespace: Encog.Neural.NeuralData

Assembly: encog-core-cs (in encog-core-cs.dll)

See Also

INeuralDataPair Members | Encog.Neural.NeuralData Namespace