<p><a href="https://github.com/keonkim" class="user-mention">@keonkim</a> After more test, you think you are correct, the behavior really weird</p>

<p>Following examples, all of them without transpose</p>

<p>11,     12,    a,   14 <br>
101,   102,  103,  104<br>
1001, 1002, 1003, 1004</p>

<p>Will output</p>

<p>0.000000e+00   1.0000e+00   2.0000e+00   1.4000e+01<br>
1.0100e+02   1.0200e+02   1.0300e+02   1.0400e+02<br>
1.0010e+03   1.0020e+03   1.0030e+03   1.0040e+03</p>

<p>dimensions == 3<br>
3 mappings in dimension 0.<br>
0 mappings in dimension 1.<br>
0 mappings in dimension 2.</p>

<p>But this input work</p>

<p>a,     12,    c,   14 <br>
101,   102,  103,  104<br>
1001, 1002, 1003, 1004</p>

<p>output </p>

<p>0.000000e+00   1.2000e+01   1.0000e+00   1.4000e+01<br>
   1.0100e+02   1.0200e+02   1.0300e+02   1.0400e+02<br>
   1.0010e+03   1.0020e+03   1.0030e+03   1.0040e+03</p>

<p>dimensions == 3<br>
2 mappings in dimension 0.<br>
0 mappings in dimension 1.<br>
0 mappings in dimension 2.</p>

<p>I will look into this bug and try to fix it, maybe this could be solved after a few hours </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-222588811">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe/AJ4bFLlN7Chz4pHroAdU2ybwH8Avzy3Fks5qG7WOgaJpZM4IpXCN">mute the thread</a>.<img alt="" height="1" src="https://github.com/notifications/beacon/AJ4bFA_pC-ykjAV5a12HhSbummBU7EuEks5qG7WOgaJpZM4IpXCN.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-222588811"></link>
  <meta itemprop="name" content="View Issue"></meta>
</div>
<meta itemprop="description" content="View this Issue on GitHub"></meta>
</div>