Learn R Programming

SAM (version 1.0.2)

print.l1svm: Printing function for S3 class l1svm

Description

Summarize the information of the object with S3 class l1svm.

Usage

## S3 method for class 'l1svm':
print(x, ...)

Arguments

x
An object with S3 class "l1svm"
...
System reserved (No specific usage)

Details

The output includes length and d.f. of the regularization path, and whether the input data is rescaled.

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.

See Also

l1svm