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

Go to the source code of this file.

Classes

class  mltk::classifier::PerceptronPrimal< T >
 Wrapper for the implementation of the Perceptron primal algorithm. More...
 
class  mltk::classifier::PerceptronFixedMarginPrimal< T >
 Wrapper for the implementation of the Perceptron primal with fixed margin algorithm. More...
 
class  mltk::classifier::PerceptronDual< T >
 Wrapper for the implementation of the Perceptron dual algorithm. More...
 
class  mltk::classifier::PerceptronFixedMarginDual< T >
 Wrapper for the implementation of the Perceptron dual with fixed margin algorithm. More...
 
class  mltk::classifier::BalancedPerceptron< T >
 

Namespaces

 mltk
 UFJF-MLTK main namespace for core functionalities.
 
 mltk::classifier
 Namespace for classification methods.
 

Detailed Description

Perceptron algorithm implementations

Author
Mateus Coutinho Marim