Function classifying an observation.
classify(y, C, t = NULL, b = NULL)
A vector of class predictions.
A matrix of predicted classes.
A vector of class names corresponding to the columns of y
.
The decision threshold which the predictions have to exceed (defaults to '0').
A buffer which the largest prediction has to exceed when compared to the second largest prediction (defaults to '0').