This function plots the regularization path (regularization parameter versus coefficient)
Usage
## S3 method for class 'l1svm':
plot(x,...)
Arguments
x
An object with S3 class "l1svm"
...
System reserved (No specific usage)
Details
The horizontal axis is for the regularization parameter index. The vertical axis is for the value of each coefficient.
References
T. Zhao and H.Liu. "Sparse Additive Machine", International Conference on Artificial Intelligence and Statistics, 2012.
P. Bradley and O. Mangasarian. ""Feature selection via concaveminimization and support vector machines"", International Conference on Machine Learing, 1998.