Compute the output for the BasicNetwork class.
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)