[mlpack] 17/37: Note a few methods that have been added.
Barak A. Pearlmutter
barak+git at pearlmutter.net
Mon Feb 15 19:35:47 UTC 2016
This is an automated email from the git hooks/post-receive script.
bap pushed a commit to tag mlpack-1.0.10
in repository mlpack.
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.
---
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
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/mlpack.git
More information about the debian-science-commits
mailing list