Documentation For Encog 2.x

BasicNeuralDataPair Class

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

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

System.Object
   BasicNeuralDataPair

[Serializable]
public class BasicNeuralDataPair : INeuralDataPair, ICloneable

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: Encog.Neural.Data.Basic

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

See Also

BasicNeuralDataPair Members | Encog.Neural.Data.Basic Namespace