aima.learning.neural
Interface NNTrainingScheme

All Known Implementing Classes:
BackPropLearning

public interface NNTrainingScheme


Method Summary
 void processError(FeedForwardNeuralNetwork network, Vector error)
           
 Vector processInput(FeedForwardNeuralNetwork network, Vector input)
           
 void setNeuralNetwork(FunctionApproximator ffnn)
           
 

Method Detail

processInput

Vector processInput(FeedForwardNeuralNetwork network,
                    Vector input)

processError

void processError(FeedForwardNeuralNetwork network,
                  Vector error)

setNeuralNetwork

void setNeuralNetwork(FunctionApproximator ffnn)