Documentation For Encog 2.x

ART1Logic.Magnitude Method

Get the magnitude of the specified input.

public double Magnitude(
   BiPolarNeuralData input
);

Parameters

input
The input to calculate the magnitude for.

Return Value

The magnitude of the specified pattern.

See Also

ART1Logic Class | Encog.Neural.Networks.Logic Namespace