<pre><code>3.0, a, 2.0, a
5.0, 6.0, 0.0, 6.0
9.0, 8.0, 4.0, 8.0

is translated to:
[INFO ]    3.0000   5.0000   9.0000
[INFO ]         0   1.0000   2.0000
[INFO ]    2.0000        0   4.0000
[INFO ]         0   1.0000   2.0000
with
[INFO ] 0 mappings in dimension 0.
[INFO ] 3 mappings in dimension 1.
[INFO ] 0 mappings in dimension 2.
[INFO ] 3 mappings in dimension 3.

3.0, 0.0, a, 0.0
5.0, 6.0, 0.0, 6.0
9.0, 8.0, 4.0, 8.0

is translated to:
[INFO ]    3.0000   5.0000   9.0000
[INFO ]         0   6.0000   8.0000
[INFO ]         0   1.0000   2.0000
[INFO ]         0   6.0000   8.0000
[INFO ] 0 mappings in dimension 0.
[INFO ] 0 mappings in dimension 1.
[INFO ] 3 mappings in dimension 2.
[INFO ] 0 mappings in dimension 3.
</code></pre>

<p>I am using the original version of DatasetInfo class (DatasetMapper, but I might have triggered the bug. so I'll test this with the other branch tomorrow morning.<br>
it is probably my fault since the tests are passing :/</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/pull/694#issuecomment-229136847">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe/AJ4bFOSaUgQNxmG2FHBWv1bsN58pxqgJks5qQWXfgaJpZM4I07W-">mute the thread</a>.<img alt="" height="1" src="https://github.com/notifications/beacon/AJ4bFPq620PazbPgHcDYhZtEXyh_V_DBks5qQWXfgaJpZM4I07W-.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/pull/694#issuecomment-229136847"></link>
  <meta itemprop="name" content="View Pull Request"></meta>
</div>
<meta itemprop="description" content="View this Pull Request on GitHub"></meta>
</div>