prediction-methods {CMA} | R Documentation |
General method for predicting class lables of new observations
Description
Perform prediction signatures:
Methods
- X.tr = "matrix", X.new="matrix", y.tr='any',f = "missing"
signature 1
- X.tr = "data.frame", X.new="data.frame", y.tr = "missing", f = "formula"
signature 2
- X.tr = "ExpressionSet",X.new = "ExpressionSet", y.tr = "character", f = "missing"
signature 3
For further argument and output information, consult
classification
.
[Package
CMA version 1.46.0
Index]