[mlpack] 19/37: A couple methods I forgot.

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 fd17b3675ce57de2a0d60d59f43abf870aae7358
Author: Ryan Curtin <ryan at ratml.org>
Date:   Mon Jul 28 15:47:38 2014 +0000

    A couple methods I forgot.
---
 src/mlpack/core.hpp | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/mlpack/core.hpp b/src/mlpack/core.hpp
index 315567e..4444a08 100644
--- a/src/mlpack/core.hpp
+++ b/src/mlpack/core.hpp
@@ -78,6 +78,7 @@
  *
  * The following methods are included in MLPACK:
  *
+ *  - Decision Stump - mlpack::decision_stump::DecisionStump
  *  - Density Estimation Trees - mlpack::det::DTree
  *  - Euclidean Minimum Spanning Trees - mlpack::emst::DualTreeBoruvka
  *  - Gaussian Mixture Models (GMMs) - mlpack::gmm::GMM
@@ -91,6 +92,7 @@
  *  - Neighborhood Components Analysis (NCA) - mlpack::nca::NCA
  *  - Nonnegative Matrix Factorization (NMF) - mlpack::amf::AMF<>
  *  - Nystroem Method - mlpack::kernel::NystroemMethod
+ *  - Perceptron - mlpack::perceptron::Perceptron
  *  - Principal Components Analysis (PCA) - mlpack::pca::PCA
  *  - QUIC-SVD - mlpack::svd::QUIC_SVD
  *  - RADICAL (ICA) - mlpack::radical::Radical

-- 
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