Documentation For Encog 2.x

BiPolarUtil.Double2bipolar Method

Convert biploar to boolean, true is 1 and false is -1.

Overload List

Convert biploar to boolean, true is 1 and false is -1.

public static bool Double2bipolar(double)

Convert a bipolar array to a boolean array, true is 1 and false is -1.

public static bool[] Double2bipolar(double[])

Convert a 2D bipolar array to a boolean array, true is 1 and false is -1.

public static bool[,] Double2bipolar(double[,])

See Also

BiPolarUtil Class | Encog.Matrix Namespace