X.svmmaj {SVMMaj} | R Documentation |
For efficiency use in svmmajcrossval
X.svmmaj(object, X.new, weights = NULL)
object |
Model which has been trained beforehand using
|
X.new |
Attribute matrix of the objects to be predicted, which has the
same number of attributes as the untransformed attribute matrix in
|
weights |
The weight of observation as the relative importance of the prediction error of the observation. |