Bob Linear Machines and Trainers¶
Todo
Correct the C++ API (it seems to be a copy of bob.learn.activation)
(The original entry is located in /home/travis/build/bioidiap/bob.learn.linear/doc/c_cpp_api.rst, line 9.)
This package includes the definition of a linear machine, which is capable of either projecting the input data into maximally spread representations, linearly, or providing linear separation planes for multi-class data samples. The package includes the machine definition per se and a selection of different trainers for specialized purposes:
- Principal Component Analysis
- Fisher’s Linear Discriminant Analysis
- (Conjugate Gradient) Logistic Regression
- Whitening filter
- Within-class covariance normalization (WCCN)