| backPropagate(const double *input, const double *output, const double *gradout) | TwoLayerPerceptron | [virtual] |
| batchBackPropagateAccumulate(const double *input, const double *output, const double *gradout) | TwoLayerPerceptron | [virtual] |
| batchBackPropagateTerminate(int nmappings) | TwoLayerPerceptron | [virtual] |
| computeOutput(const double *input, double *output) | TwoLayerPerceptron | [virtual] |
| defaultLearningRate | TwoLayerPerceptron | [static] |
| getHidden(double *hidden) | TwoLayerPerceptron | [virtual] |
| getNHidden() (defined in TwoLayerPerceptron) | TwoLayerPerceptron | [inline] |
| getNInput() | TwoLayerPerceptron | [inline] |
| getNOutput() (defined in TwoLayerPerceptron) | TwoLayerPerceptron | [inline] |
| hb (defined in TwoLayerPerceptron) | TwoLayerPerceptron | [protected] |
| hbg (defined in TwoLayerPerceptron) | TwoLayerPerceptron | [protected] |
| how (defined in TwoLayerPerceptron) | TwoLayerPerceptron | [protected] |
| howg (defined in TwoLayerPerceptron) | TwoLayerPerceptron | [protected] |
| hv (defined in TwoLayerPerceptron) | TwoLayerPerceptron | [protected] |
| ihw (defined in TwoLayerPerceptron) | TwoLayerPerceptron | [protected] |
| ihwg (defined in TwoLayerPerceptron) | TwoLayerPerceptron | [protected] |
| learn(double learningRate=defaultLearningRate) | TwoLayerPerceptron | [virtual] |
| mutate(double ihwRate, double ihwJitter, double howRate, double howJitter, double hbRate, double hbJitter, double obRate, double obJitter) | TwoLayerPerceptron | [virtual] |
| nhidden (defined in TwoLayerPerceptron) | TwoLayerPerceptron | [protected] |
| nho (defined in TwoLayerPerceptron) | TwoLayerPerceptron | [protected] |
| nih (defined in TwoLayerPerceptron) | TwoLayerPerceptron | [protected] |
| ninput (defined in TwoLayerPerceptron) | TwoLayerPerceptron | [protected] |
| noutput (defined in TwoLayerPerceptron) | TwoLayerPerceptron | [protected] |
| ob (defined in TwoLayerPerceptron) | TwoLayerPerceptron | [protected] |
| obg (defined in TwoLayerPerceptron) | TwoLayerPerceptron | [protected] |
| operator<< (defined in TwoLayerPerceptron) | TwoLayerPerceptron | [friend] |
| operator=(const TwoLayerPerceptron &tlp) | TwoLayerPerceptron | |
| operator>> (defined in TwoLayerPerceptron) | TwoLayerPerceptron | [friend] |
| setHidden(const double *hidden) | TwoLayerPerceptron | [virtual] |
| train(const double *input, const double *target, double learningRate=defaultLearningRate) | TwoLayerPerceptron | [virtual] |
| transfer | TwoLayerPerceptron | [static] |
| transferDerivativeAsF | TwoLayerPerceptron | [static] |
| TwoLayerPerceptron(int ninput, int nhidden, int noutput) | TwoLayerPerceptron | |
| TwoLayerPerceptron(const TwoLayerPerceptron &tlp) | TwoLayerPerceptron | |
| ~TwoLayerPerceptron() (defined in TwoLayerPerceptron) | TwoLayerPerceptron | [virtual] |