[mlpack-git] [mlpack/mlpack] DatasetMapper & Imputer (#694)

Keon Kim notifications at github.com
Tue Jun 28 14:20:15 EDT 2016


```
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.
```
I am using the original version of DatasetInfo class (DatasetMapper<IncrementPolicy>, but I might have triggered the bug. so I'll test this with the other branch tomorrow morning.
it is probably my fault since the tests are passing :/


---
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/mlpack/mlpack/pull/694#issuecomment-229136847
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.cc.gatech.edu/pipermail/mlpack-git/attachments/20160628/b0acede2/attachment.html>


More information about the mlpack-git mailing list