#include <vector>
#include "learnmodel.h"
#include "svm.h"
Include dependency graph for perceptron.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Namespaces | |
| namespace | lemga |
Classes | |
| class | Perceptron |
| Perceptron models a type of artificial neural network that consists of only one neuron, invented by Frank Rosenblatt in 1957. More... | |
Functions | |
| bool | lemga::ldivide (std::vector< std::vector< REAL > > &A, const std::vector< REAL > &b, std::vector< REAL > &x) |
Definition in file perceptron.h.
1.4.6