[mlpack-git] [mlpack/mlpack] Refactor PCA class: able to use different decomposition techniques (exact, randomized, QUIC SVD). (#716)

Marcus Edel notifications at github.com
Tue Jul 5 10:02:19 EDT 2016


> +  QUICSVDPolicy(const double epsilon = 0.03, const double delta = 0.1) :
> +       epsilon(epsilon),
> +       delta(delta)
> +  {
> +    /* Nothing to do here */
> +  }
> +
> +  /**
> +   * Apply Principal Component Analysis to the provided data set using the
> +   * QUIC-SVD method.
> +   *
> +   * @param data Data matrix.
> +   * @param data Centered data matrix.
> +   * @param transformedData Matrix to put results of PCA into.
> +   * @param eigVal Vector to put eigenvalues into.
> +   * @param eigvec Matrix to put eigenvectors (loadings) into.

Nice catch, thanks.

---
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/mlpack/mlpack/pull/716/files/1d675d4febd84d3210a10c6cc18efa1bb1558045#r69567724
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.cc.gatech.edu/pipermail/mlpack-git/attachments/20160705/8589ae91/attachment-0001.html>


More information about the mlpack-git mailing list