def kmeans(X,k=3,max_iterations=100): ''' X: multidimensional data k: number of clusters max_iterations: ... Convert data to numpy aray 2.
確定! 回上一頁