HOG2
|
This is the complete list of members for perceptron, including all inherited members.
allocateMemory() | perceptron | private |
dg(double a) | perceptron | private |
error(double *output) | perceptron | private |
freeMemory() | perceptron | private |
FunctionApproximator() | FunctionApproximator | inline |
g(double a) | perceptron | private |
GetInput(std::vector< double > &input, const std::vector< double > &target)=0 | FunctionApproximator | pure virtual |
getInputWeight(int inp, int outp=0) | perceptron | inlinevirtual |
getLearnRate() | FunctionApproximator | virtual |
getNumInputs() | perceptron | inlinevirtual |
getOutputActivation() | FunctionApproximator | inline |
inputs | perceptron | private |
load(const char *) | perceptron | virtual |
load(FILE *) | perceptron | virtual |
load(const FunctionApproximator *fa) | perceptron | inlinevirtual |
load(const perceptron *) | perceptron | |
output | perceptron | private |
outputActivation | FunctionApproximator | protected |
outputerr(const std::vector< double > &output, const std::vector< double > &expected, int which) | perceptron | private |
outputs | perceptron | private |
perceptron(int inputs, int outputs, double learnrate) | perceptron | |
perceptron(perceptron *) | perceptron | |
perceptron(char *) | perceptron | |
perceptron(FunctionApproximator *) | perceptron | |
Print() | perceptron | virtual |
rate | FunctionApproximator | protected |
save(const char *) | perceptron | virtual |
save(FILE *) | perceptron | virtual |
setLearnRate(double) | FunctionApproximator | virtual |
setOutputActivation(tActivation t) | FunctionApproximator | inline |
test(const std::vector< double > &input) | perceptron | virtual |
test(const std::vector< unsigned int > &input) | perceptron | virtual |
train(std::vector< double > &input, std::vector< double > &output2) | perceptron | virtual |
train(std::vector< unsigned int > &input, std::vector< double > &output2) | perceptron | virtual |
validSaveFile(char *fname) | perceptron | static |
weight | perceptron | private |
~FunctionApproximator() | FunctionApproximator | inlinevirtual |
~perceptron() | perceptron |