plotWeights {SVMMaj} | R Documentation |
Plot the weights of all attributes from the trained SVM model
Description
Shows, one graph per attribute, the weights of all attributes. The type of graph depends on the type of the attribute: the spline line of the corresponding attribute in case a spline has been used, a bar plot for categorical and logical values, and a linear line for all other type of the attribute values. This function cannot be used in a model with a non-linear kernel.
Usage
plotWeights(object, plotdim = c(3, 3), ...)
Arguments
object |
The model returned from |
plotdim |
A vector of the form |
... |
other parameters given to the |
[Package SVMMaj version 0.2.9.3 Index]