predict.snnrceG {SSLR} | R Documentation |
Predictions of the SNNRCE method
Description
Predicts the label of instances according to the snnrceG
model.
Usage
## S3 method for class 'snnrceG'
predict(object, D, ...)
Arguments
object |
model instance |
D |
distance matrix |
... |
This parameter is included for compatibility reasons. |
[Package SSLR version 0.9.3.3 Index]