UFJF - Machine Learning Toolkit  0.51.8
IMA.hpp File Reference
#include <vector>
#include <float.h>
#include "PrimalClassifier.hpp"
#include "DualClassifier.hpp"
#include "Perceptron.hpp"
Include dependency graph for IMA.hpp:
This graph shows which files directly or indirectly include this file:

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.
 

Detailed Description

Incremental Margin Algorithm implementations

Author
Mateus Coutinho Marim