Documentation For Encog 2.x

ActivationUtil.ToArray Method

Take a single value and create an array that holds it.

public static double[] ToArray(
   double d
);

Parameters

d
The single value.

Return Value

The array.

See Also

ActivationUtil Class | Encog.Neural.Activation Namespace