RcppMLPACK

MLPACK is a C++ machine learning library with emphasis on scalability, speed, and ease-of-use. Its aim is to make machine learning possible for novice users by means of a simple, consistent API, while simultaneously exploiting C++ language features to provide maximum performance and maximum flexibility for expert users. MLPACK outperforms competing machine learning libraries by large margins; see the BigLearning workshop paper for details.

The algorithms implemented in MLPACK:

  • Fast Hierarchical Clustering (Euclidean Minimum Spanning Trees)
  • Gaussian Mixture Models (trained via EM)
  • Hidden Markov Models (training, prediction, and classification)
  • Kernel Principal Components Analysis
  • K-Means clustering
  • LARS/Lasso Regression
  • Least-squares Linear Regression
  • Maximum Variance Unfolding (using LRSDP)
  • Naive Bayes Classifier
  • Neighborhood Components Analysis (using LRSDP)
  • RADICAL (Robust, Accurate, Direct ICA aLgorithm)
  • Tree-based k-nearest-neighbors search and classifier
  • Tree-based range search

The RcppMLPACK package includes the source code from the MLPACK library. Thus users do not need to install MLPACK itself in order to use RcppMLPACK.

This MLPACK integration heavily relies on Rcpp and RcppArmadillo packages.

The version number of MLPACK is used as the version number of this package.

Testing and bug reports are deeply welcome.

You can find examples in the wiki page. You can always find me by email (qkou@umail.iu.edu) if you have any questions.

Copy Link

Version

Down Chevron

Install

install.packages('RcppMLPACK')

Monthly Downloads

80

Version

1.0.10-7

License

LGPL (>= 2)

Issues

Pull Requests

Stars

Forks

Maintainer

Last Published

April 21st, 2020

Functions in RcppMLPACK (1.0.10-7)