MachineLearning
MachineLearning copied to clipboard
matrix structure create poor perfoamce
matrix data is stored with row-major order, but the algorithms are organisized with column-major order, so data structures should be equal (at the moment poor performance)