ilarinieminen / SOM-Toolbox

GNU General Public License v2.0
120 stars 57 forks source link

Error in som_batchtrain (line 490) S = H*(P*D); #20

Closed JimmyGao0204 closed 7 years ago

JimmyGao0204 commented 7 years ago

Error using * MTIMES is not supported for one sparse input and one single input.

Error in som_batchtrain (line 490) S = H(PD); Does anybody know how to fix this error. Thank you.

JimmyGao0204 commented 7 years ago

The problem is my input matrix should be double type. double(input_matrix)