Correct me if I get it wrong. Accoring to c8e496f, now the array is in shape of [n_samples, n_features], just like scikit-learn or other python packages. So,
|
x : [n_samples, n_features] `float32` `ndarray` |
|
One column per data vector (e.g. a SIFT descriptor) |
I think you mean
One row per data vector (e.g. a SIFT descriptor)
And there are some inconsistent usage, say vlad, when I update the commits from it use different array ordering. Now we have two different array ordering, which will make users confused. We need to make it consistent.