PRTools contents |
NMSC
W = NMSC(A)
W = A*NMSC
Input | |
A | Trainign dataset |
Output | |
W | Nearest Mean Scaled Classifier mapping |
Computation of the linear discriminant for the classes in the dataset A assuming normal distributions with zero covariances and equal class variances. The use of soft labels is supported.
The difference with NMC is that NMSC is based on an assumption of normal distributions and thereby automatically scales the features and is sensitive to class priors. NMC is a plain nearest mean classifier that is feature scaling sensitive and unsensitive to class priors.
datasets, mappings, nmc, ldc, fisherc, qdc, udc,
PRTools contents |