#include <linear_classification.h>
Inheritance diagram for linear_classification:
|
Constructs a new linear classification algorithm.
|
|
Frees the memory. |
|
Applies the currently learned function to the filtered and preprocessed input vector.
Implements Algorithm. |
|
Exports the representation of this algorithm for use in external objects.
Implements Algorithm. |
|
Returns a textual description of the representation format for import/export - Representation. Implements Algorithm. |
|
Imports the data from an externally (e.g. Matlab) trained algorithm.
Implements Algorithm. |
|
Resets the information stored within the algorithm. Reimplemented from Algorithm. |
|
Calculate a weighted sum of input S and weights w. |