Description Usage Arguments Details Value References See Also Examples
Classify multivariate observations in conjunction with kda
.
1 | predict.kda(object, newdata, ...)
|
object |
Object of class |
newdata |
A |
... |
Further arguments. |
This function is a method for the generic function predict()
for class
"kda"
.
It can be invoked by calling predict(x)
for an object x
of the
appropriate class, or directly by calling predict.kda(x)
regardless of
the class of the object.
A list
with components:
class |
The predicted class labels (a |
posteriors |
Matrix of class posterior probabilities. |
Hastie, T., Tibshirani, R. and Friedman, J. (2009), The Elements of Statistical Learning: Data Mining, Inference and Prediction. Second edition, Springer, New York.
kda
.
Other observation_specific majority: kda
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.