Documentation For Encog 2.x

BiPolarUtil.ToNormalizedBinary Method

Normalize a number and convert to binary.

public static double ToNormalizedBinary(
   double d
);

Parameters

d
A bipolar number.

Return Value

A binary number stored as a double

See Also

BiPolarUtil Class | Encog.Matrix Namespace