|  | AlgoPlus v0.1.0
    | 
This is the complete list of members for perceptron, including all inherited members.
| fit(const int batch_size) | perceptron | inline | 
| perceptron(std::vector< std::vector< double > > const &, const int num_classes, const int epochs=100, const double learning_rate=0.001) | perceptron | inlineexplicit | 
| predict(std::vector< double > const &) | perceptron | inline |