Learn R Programming

SAM (version 1.0.2)

SAM-package: Sparse Additive Machine

Description

The package "SAM" targets at high dimensional classification problem for complex data analysis. SAM is short for "Sparse Additive Machine", which is a explicit combination of high dimensional sparse additive modeling and support vector machine. Different from existing non-linear classification methods, which usually use , SAM adopts the computationally efficient basis spline technique. The optimization is solved by the Linearized Alternative Direction Method of Multipliers (L-ADMM). The computation is further accelerated by "warm-start" and "active-set" tricks. For users who are interested in large-scale problems, we also provide an implementation of L1 norm SVM for computational convenience.

Arguments

Details

ll{ Package: SAM Type: Package Version: 1.0.1 Date: 2012-08-20 License: GPL-2 }

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

spam,l1svm