X.svmmaj {SVMMaj} | R Documentation |
Returns transformed attributes
Description
For efficiency use in svmmajcrossval
Usage
X.svmmaj(object, X.new, weights = NULL)
Arguments
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. |
[Package SVMMaj version 0.2.9.3 Index]