搜索资源列表
-
0下载:
function [L,C] = kmeans(X,k)
KMEANS Cluster multivariate data using the k-means++ algorithm.
[L,C] = kmeans(X,k) produces a 1-by-size(X,2) vector L with one class
label per column in X and a size(X,1)-by-k matrix C containing the
centers
-
-
0下载:
Face recognition using L1 norm minimization 1.0 :Read the following paper for details of the algorithm - Robust Face Recognition via Sparse Representation by John Wright, Arvind Ganesh, and Yi Ma , Coordinated Science Laboratory, University of Illino
-