HOG2
|
#include <ctime>
#include <vector>
#include <stdio.h>
Go to the source code of this file.
Classes | |
class | FunctionApproximator |
Enumerations | |
enum | tActivation { kLinear, kStep, kExponential } |
enum tActivation |
Enumerator | |
---|---|
kLinear | |
kStep | |
kExponential |
Definition at line 19 of file FunctionApproximator.h.