![]() |
UFJF - Machine Learning Toolkit
0.51.8
|
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. | |
Perceptron algorithm implementations