#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... | |
Definition in file perceptron.h.
1.4.6