mlpack

Modeling

mlpack contains numerous different machine learning algorithms that can be used for modeling.

Note: this section is under construction and not all functionality is documented yet.

🔗 Classification

Classify points as discrete labels (0, 1, 2, …).

🔗 Regression

Predict continuous values.

🔗 Clustering

NOTE: this documentation is still under construction and so some algorithms that mlpack implements are not yet listed here. For now, see the mlpack/methods directory for a full list of algorithms.

Group points into clusters.

🔗 Geometric algorithms

NOTE: this documentation is still under construction and so no geometric algorithms in mlpack are documented yet. For now, see the mlpack/methods directory for a full list of algorithms.

Computations based on distance metrics.