Skip to content

Commit

Permalink
Two more methods need to be listed here.
Browse files Browse the repository at this point in the history
  • Loading branch information
rcurtin committed Dec 21, 2014
1 parent 3a5b44a commit 60de17b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/mlpack/core.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -78,12 +78,14 @@
* - Kernel PCA - mlpack::kpca::KernelPCA
* - K-Means Clustering - mlpack::kmeans::KMeans
* - Least-Angle Regression (LARS/LASSO) - mlpack::regression::LARS
* - Local Coordinate Coding - mlpack::lcc::LocalCoordinateCoding
* - Naive Bayes Classifier - mlpack::naive_bayes::NaiveBayesClassifier
* - Neighborhood Components Analysis (NCA) - mlpack::nca::NCA
* - Principal Components Analysis (PCA) - mlpack::pca::PCA
* - RADICAL (ICA) - mlpack::radical::Radical
* - Simple Least-Squares Linear Regression -
* mlpack::regression::LinearRegression
* - Sparse Coding - mlpack::sparse_coding::SparseCoding
* - Tree-based neighbor search (AllkNN, AllkFN) -
* mlpack::neighbor::NeighborSearch
* - Tree-based range search - mlpack::range::RangeSearch
Expand Down

0 comments on commit 60de17b

Please sign in to comment.