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

gitdub at big.cc.gt.atl.ga.us gitdub at big.cc.gt.atl.ga.us
Wed Jan 7 11:56:49 EST 2015


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

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

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

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

    Note a few methods that have been added.


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

f4b830d3bf6bc91acdd674dc8b8f45e0f9c8a404
 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