Copiste  0.1
 All Classes Functions Variables Enumerations Friends Pages
NeuralNetwork Member List

This is the complete list of members for NeuralNetwork, including all inherited members.

accuracy(Corpus &c)NeuralNetwork
boost::serialization::access classNeuralNetworkfriend
classify(std::vector< double > input)NeuralNetwork
dimension()NeuralNetwork
fromFile(std::string file)NeuralNetwork
nbLayers()NeuralNetworkinline
NeuralNetwork(std::string file="")NeuralNetwork
randomize()NeuralNetwork
reset(std::vector< int > geometry)NeuralNetwork
toFile(std::string file)NeuralNetwork
train(Corpus &c, double rate, double regularization, int nbIter, bool debug=false)NeuralNetwork