[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:08:30 EDT 2016


>    {
> -    varRetained = p.Apply(dataset, newDimension);
> +    RunPCA<RandomizedSVDPolicy>(dataset, newDimension, scale, varToRetain);
> +  }
> +  else if(decompositionMethod == "quic")
> +  {
> +    RunPCA<QUICSVDPolicy>(dataset, newDimension, scale, varToRetain);
>    }

Ah, right, changed in 1127e61.

---
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#r69568849
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.cc.gatech.edu/pipermail/mlpack-git/attachments/20160705/4bfa5fb5/attachment.html>


More information about the mlpack-git mailing list