[mlpack-git] mlpack-1.0.x: Note a few methods that have been added. (9dfe46f)

gitdub at big.cc.gt.atl.ga.us gitdub at big.cc.gt.atl.ga.us
Thu Mar 5 22:05:37 EST 2015


Repository : https://github.com/mlpack/mlpack

On branch  : mlpack-1.0.x
Link       : https://github.com/mlpack/mlpack/compare/904762495c039e345beba14c1142fd719b3bd50e...f94823c800ad6f7266995c700b1b630d5ffdcf40

>---------------------------------------------------------------

commit 9dfe46fadef244311893e8e65bd716707dd59662
Author: Ryan Curtin <ryan at ratml.org>
Date:   Mon Jul 28 15:28:25 2014 +0000

    Note a few methods that have been added.


>---------------------------------------------------------------

9dfe46fadef244311893e8e65bd716707dd59662
 src/mlpack/core.hpp | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/src/mlpack/core.hpp b/src/mlpack/core.hpp
index 55d07bf..315567e 100644
--- a/src/mlpack/core.hpp
+++ b/src/mlpack/core.hpp
@@ -89,10 +89,15 @@
  *  - Locality-Sensitive Hashing - mlpack::neighbor::LSHSearch
  *  - Naive Bayes Classifier - mlpack::naive_bayes::NaiveBayesClassifier
  *  - Neighborhood Components Analysis (NCA) - mlpack::nca::NCA
+ *  - Nonnegative Matrix Factorization (NMF) - mlpack::amf::AMF<>
+ *  - Nystroem Method - mlpack::kernel::NystroemMethod
  *  - Principal Components Analysis (PCA) - mlpack::pca::PCA
+ *  - QUIC-SVD - mlpack::svd::QUIC_SVD
  *  - RADICAL (ICA) - mlpack::radical::Radical
+ *  - Regularized SVD - mlpack::svd::RegularizedSVD
  *  - Simple Least-Squares Linear Regression -
  *        mlpack::regression::LinearRegression
+ *  - Sparse Autoencoding - mlpack::nn::SparseAutoencoder
  *  - Sparse Coding - mlpack::sparse_coding::SparseCoding
  *  - Tree-based neighbor search (AllkNN, AllkFN) -
  *        mlpack::neighbor::NeighborSearch



More information about the mlpack-git mailing list