[mlpack-git] [mlpack] Different matrix type for kmeans::RefinedStart (#378)

Andrew Kravchuk notifications at github.com
Mon Jan 12 10:46:05 EST 2015


Hi.
I'm having a problem using kmeans algorithm with `kmeans::RefinedStart` policy and input matrix of type `arma::Mat<uint8_t>` - this produces ton of template errors, which boils down to `centroids` and `sampledCentroids` variables in `kmeans::RefinedStart::Cluster()` being defined as `arma::mat`, whereas they should be of type `MatType` (I believe).
(btw is clustering of `Mat<uint8_t>` data with corresponding metric making sense?)

---
Reply to this email directly or view it on GitHub:
https://github.com/mlpack/mlpack/issues/378
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.cc.gatech.edu/pipermail/mlpack-git/attachments/20150112/8963cfbb/attachment.html>


More information about the mlpack-git mailing list