[mlpack] 12/35: Fix duplicate options.
Barak A. Pearlmutter
barak+git at pearlmutter.net
Thu Sep 15 23:29:39 UTC 2016
This is an automated email from the git hooks/post-receive script.
bap pushed a commit to branch master
in repository mlpack.
commit 8073050f5e29c012f71b7d45b248780b4a6f8b2c
Author: Ryan Curtin <ryan at ratml.org>
Date: Wed Jul 13 10:56:08 2016 -0400
Fix duplicate options.
---
src/mlpack/methods/pca/pca_main.cpp | 3 +++
1 file changed, 3 insertions(+)
diff --git a/src/mlpack/methods/pca/pca_main.cpp b/src/mlpack/methods/pca/pca_main.cpp
index be94df2..d9e5c64 100644
--- a/src/mlpack/methods/pca/pca_main.cpp
+++ b/src/mlpack/methods/pca/pca_main.cpp
@@ -38,6 +38,9 @@ PARAM_DOUBLE("var_to_retain", "Amount of variance to retain; should be between "
PARAM_FLAG("scale", "If set, the data will be scaled before running PCA, such "
"that the variance of each feature is 1.", "s");
+PARAM_STRING_IN("decomposition_method", "Method used for the principal"
+ "components analysis: 'exact', 'randomized', 'quic'.", "c", "exact");
+
int main(int argc, char** argv)
{
// Parse commandline.
--
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