[mlpack-git] [mlpack/mlpack] Wrong number of mapping while Loading (#658)

stereomatchingkiss notifications at github.com
Tue May 31 00:44:52 EDT 2016


@keonkim I think you are right, after some test, I think there really has some bugs.

input : 

11,     12,    c
101,   102,  103
1001, 1002, 1003

output : 

0.000000e+00   1.0000e+00   2.0000e+00
1.0100e+02   1.0200e+02   1.0300e+02
1.0010e+03   1.0020e+03   1.0030e+03

dimensions == 3
3 mappings in dimension 0.
0 mappings in dimension 1.
0 mappings in dimension 2.

it works if the input is 

a,     12,    13
101,   102,  103
1001, 1002, 1003

---
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/issues/658#issuecomment-222591407
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.cc.gatech.edu/pipermail/mlpack-git/attachments/20160530/2aa5f883/attachment.html>


More information about the mlpack-git mailing list