classify {RWNN} | R Documentation |
Classifier
Description
Function classifying an observation.
Usage
classify(y, C, t = NULL, b = NULL)
Arguments
y |
A matrix of predicted classes. |
C |
A vector of class names corresponding to the columns of |
t |
The decision threshold which the predictions have to exceed (defaults to '0'). |
b |
A buffer which the largest prediction has to exceed when compared to the second largest prediction (defaults to '0'). |
Value
A vector of class predictions.
[Package RWNN version 0.4 Index]