h2oai / h2o4gpu

H2Oai GPU Edition
Apache License 2.0
460 stars 95 forks source link

KMeans demo fixed #743

Closed sh1ng closed 5 years ago

sh1ng commented 5 years ago

According to swig file we always use C-arrays(conversion is implemented in numpy.i). That's why we no need to pass order. Probably at some version of numpy transpose started just change order without touching data itself.

PS. clang-format creates a lot of changes :-(