UFJF - Machine Learning Toolkit  0.51.8
mltk::classifier Namespace Reference

Namespace for classification methods. More...

Classes

class  Classifier
 
class  DualClassifier
 
class  IMAp
 Wrapper for the implementation of the Incremental Margin Algorithm primal. More...
 
class  IMApFixedMargin
 Wrapper for the implementation of the Incremental Margin Algorithm primal with fixed margin. More...
 
class  IMADual
 
struct  int_dll
 
class  KNNClassifier
 Wrapper for the implementation of the K-Nearest Neighbors classifier algorithm. More...
 
class  OneVsAll
 Wrapper for the implementation of the one vs all multi class classification algorithm. More...
 
class  OneVsOne
 Wrapper for the implementation of the one vs one multi class classification algorithm. More...
 
class  PerceptronPrimal
 Wrapper for the implementation of the Perceptron primal algorithm. More...
 
class  PerceptronFixedMarginPrimal
 Wrapper for the implementation of the Perceptron primal with fixed margin algorithm. More...
 
class  PerceptronDual
 Wrapper for the implementation of the Perceptron dual algorithm. More...
 
class  PerceptronFixedMarginDual
 Wrapper for the implementation of the Perceptron dual with fixed margin algorithm. More...
 
class  BalancedPerceptron
 
class  PrimalClassifier
 
class  SMO
 

Typedefs

typedef struct int_dll int_dll
 

Detailed Description

Namespace for classification methods.