[mlpack-git] mlpack-1.0.x: A couple methods I forgot. (f2ce496)

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


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

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

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

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

    A couple methods I forgot.


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

f2ce4969fb81b9f6660c44c030433f412a41b175
 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



More information about the mlpack-git mailing list