Documentation For Encog 2.x

BiPolarNeuralData Class

A NeuralData implementation designed to work with bipolar data. Bipolar data contains two values. True is stored as 1, and false is stored as -1.

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

System.Object
   BiPolarNeuralData

[Serializable]
[DefaultMember(MemberName="Item")]
public class BiPolarNeuralData : INeuralData, 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.NeuralData.Bipolar

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

See Also

BiPolarNeuralData Members | Encog.Neural.NeuralData.Bipolar Namespace