STATSKNNC Stats KNN Classifier (Matlab Stats Toolbox)
W = STATSKNNC(A,'PARAM1',val1,'PARAM2',val2,...)
DescriptionThis is the PRTools interface to the KNN classifier of the Matlab Stats toolbox. See there for more information. It is assumed that objects labels, feature labels and class priors are included in the dataset A. The classification matrix D is for this classifier a 0-1 matrix with just a 1 in the column of the assigned class. See alsodatasets, mappings, classificationknn, knnc,
|