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

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br>Reply to this email directly or <a href="https://github.com/mlpack/mlpack/issues/378">view it on GitHub</a>.<img alt="" height="1" src="https://github.com/notifications/beacon/AJ4bFN5JPQqtySFYCPBGxMPLuKG6OoiHks5ng-O9gaJpZM4DRNEs.gif" width="1" /></p>
<div itemscope itemtype="http://schema.org/EmailMessage">
  <div itemprop="action" itemscope itemtype="http://schema.org/ViewAction">
    <link itemprop="url" href="https://github.com/mlpack/mlpack/issues/378"></link>
    <meta itemprop="name" content="View Issue"></meta>
  </div>
  <meta itemprop="description" content="View this Issue on GitHub"></meta>
</div>