Documentation For Encog 2.x

BiPolarUtil Methods

The methods of the BiPolarUtil class are listed below. For a complete list of BiPolarUtil class members, see the BiPolarUtil Members topic.

Public Static Methods

Bipolar2doubleOverloaded. Convert binary to bipolar, true is 1 and false is -1.
Double2bipolarOverloaded. Convert biploar to boolean, true is 1 and false is -1.
NormalizeBinary Normalize a binary number. Greater than 0 becomes 1, zero and below are false.
ToBinary Convert a single number from bipolar to binary.
ToBiPolar Convert a number to bipolar.
ToNormalizedBinary Normalize a number and convert to binary.

Public Instance Methods

Equals (inherited from Object) 
GetHashCode (inherited from Object) 
GetType (inherited from Object) 
ToString (inherited from Object) 

Protected Instance Methods

Finalize (inherited from Object) 
MemberwiseClone (inherited from Object) 

See Also

BiPolarUtil Class | Encog.Matrix Namespace