Documentation For Encog 2.x

ActivationUtil.FromArray Method

Get a single value from an array. Return the first element in the array.

public static double FromArray(
   double[] d
);

Parameters

d
The array.

Return Value

The first element in the array.

See Also

ActivationUtil Class | Encog.Neural.Activation Namespace