Description Usage Arguments Value See Also Examples
This function predicts values based upon a model trained by mlknn
.
'
1 2 3 4 5 6 7 8 9 |
object |
Object of class ' |
newdata |
An object containing the new input data. This must be a matrix, data.frame or a mldr object. |
probability |
Logical indicating whether class probabilities should be
returned. (Default: |
... |
Not used. |
cores |
Ignored because this method does not support multi-core. |
seed |
Ignored because this method is deterministic. |
An object of type mlresult, based on the parameter probability.
1 2 |
Loading required package: mldr
Loading required package: parallel
Loading required package: ROCR
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.