![]() |
UFJF - Machine Learning Toolkit
0.51.8
|
#include <vector>
#include <float.h>
#include "PrimalClassifier.hpp"
#include "DualClassifier.hpp"
#include "Perceptron.hpp"
Go to the source code of this file.
Classes | |
class | mltk::classifier::IMAp< T > |
Wrapper for the implementation of the Incremental Margin Algorithm primal. More... | |
class | mltk::classifier::IMApFixedMargin< T > |
Wrapper for the implementation of the Incremental Margin Algorithm primal with fixed margin. More... | |
class | mltk::classifier::IMADual< T > |
Namespaces | |
mltk | |
UFJF-MLTK main namespace for core functionalities. | |
mltk::classifier | |
Namespace for classification methods. | |
Incremental Margin Algorithm implementations