<p>I tried with </p>

<pre><code>11, 101, 1001
12 , 102, 1002
13, 103, 1003
14, 104, 1004
</code></pre>

<p>which successfully transposed to:</p>

<pre><code>[INFO ]    1.1000e+01   1.2000e+01   1.3000e+01   1.4000e+01
[INFO ]    1.0100e+02   1.0200e+02   1.0300e+02   1.0400e+02
[INFO ]    1.0010e+03   1.0020e+03   1.0030e+03   1.0040e+03
</code></pre>

<p>But when I replaced 12 with a, the result was</p>

<pre><code>[INFO ]             0   1.0000e+00   1.3000e+01   1.4000e+01
[INFO ]    1.0100e+02   1.0200e+02   1.0300e+02   1.0400e+02
[INFO ]    1.0010e+03   1.0020e+03   1.0030e+03   1.0040e+03
[INFO ] 2 mappings in dimension 0.
</code></pre>

<p>which means that 11 and 12 are mapped as categories. (which I also think it is unintended?)</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/mlpack/mlpack/issues/658#issuecomment-222479659">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe/AJ4bFPHoDv2Y2WvdmbJZPO9jF_mTJV5Pks5qGtScgaJpZM4IpXCN">mute the thread</a>.<img alt="" height="1" src="https://github.com/notifications/beacon/AJ4bFHih7r6WgCS8OUyZDDjQsac0aaFrks5qGtScgaJpZM4IpXCN.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/658#issuecomment-222479659"></link>
  <meta itemprop="name" content="View Issue"></meta>
</div>
<meta itemprop="description" content="View this Issue on GitHub"></meta>
</div>