Documentation For Encog 2.x

ART1Logic.Compute Method

Compute the output for the BasicNetwork class.

Overload List

Compute the output for the BasicNetwork class.

public override INeuralData Compute(INeuralData,NeuralOutputHolder)

Compute the output from the ART1 network. This can be called directly or used by the BasicNetwork class. Both input and output should be bipolar numbers.

public void Compute(BiPolarNeuralData,BiPolarNeuralData)

See Also

ART1Logic Class | Encog.Neural.Networks.Logic Namespace