|
TarzaNN
TarzaNN neural network simulator
|
| _equations | RungeKuttaNeuron | [protected] |
| _factor | RungeKuttaNeuron | [protected] |
| _step | RungeKuttaNeuron | [protected] |
| _timestep | RungeKuttaNeuron | [protected] |
| _TT | RungeKuttaNeuron | [protected] |
| _type | RungeKuttaNeuron | [protected] |
| addActivation(int count) | Neuron | |
| derivs(double input, double t, double *r, double *drdt, float spatialBias, float featureBias)=0 | RungeKuttaNeuron | [protected, pure virtual] |
| drdt | RungeKuttaNeuron | [protected] |
| getMaxActivation() | Neuron | |
| getType(const QString &name) | Neuron | [static] |
| getType(int value) | Neuron | [static] |
| k | RungeKuttaNeuron | [protected] |
| lastTimeStep | RungeKuttaNeuron | [protected] |
| max_activation | Neuron | [protected] |
| Neuron() | Neuron | |
| nonlinearity(Matrix *totalActivation, Matrix *workOutput, Matrix *spatialBias, float featureBias) | RungeKuttaNeuron | [virtual] |
| nonlinearityDerivative(double S) | RungeKuttaNeuron | [virtual] |
| processBiases(Matrix *workOutput, Matrix *spatialBias, float featureBias) | Neuron | [protected] |
| range | Neuron | [protected] |
| rungekuttaAlgorithm(double input, int i, int j, float spatialBias, float featureBias) | RungeKuttaNeuron | [protected] |
| RungeKuttaNeuron(int eq, double step=1.0, int type=1, double timestep=1, double T=1, double factor=1) | RungeKuttaNeuron | |
| RungeKuttaNeuron(const RungeKuttaNeuron &rkn) | RungeKuttaNeuron | |
| RungeKuttaNeuron() | RungeKuttaNeuron | [protected] |
| rw | RungeKuttaNeuron | [protected] |
| saveIter(int iter, Matrix *m) | RungeKuttaNeuron | [protected] |
| setFeaturePlane(FeaturePlaneAbstract *fp) | RungeKuttaNeuron | [virtual] |
| setInitialValues()=0 | RungeKuttaNeuron | [protected, pure virtual] |
| setNeuronParams(paramMap ¶ms, int neuronType, float nParam1, float nParam2) | Neuron | [static] |
| sovertau | RungeKuttaNeuron | [protected] |
| theFeaturePlane | Neuron | [protected] |
| x | RungeKuttaNeuron | [protected] |
| ~RungeKuttaNeuron() | RungeKuttaNeuron | [virtual] |
1.7.5.1