You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
len(X) should be X.shape[0] beacause it raise error sparse matrix length is ambiguous; use getnnz() or shape[0] when use tf-idf sparse matrix with Kmeans
Error flow
The text was updated successfully, but these errors were encountered:
mrka124
changed the title
Clustering fail
Clustering fail: sparse matrix length is ambiguous; use getnnz() or shape[0]
Feb 17, 2018
orange3/Orange/clustering/kmeans.py
Line 29 in 1eb9b69
len(X)
should beX.shape[0]
beacause it raise errorsparse matrix length is ambiguous; use getnnz() or shape[0]
when use tf-idf sparse matrix with KmeansError flow
The text was updated successfully, but these errors were encountered: