Multicategory Laplacian support vector machines
SMLapSVM
is an R package. SMLapSVM
provides functions for fitting the reinforced multicategory Laplacian support vector machine (RMLapSVM) and the reinforced angle-based multicategory Laplacian support vector machine (RAMLapSVM).
Furthermore, SMLapSVM
also provides functions to fit the structured RMLapSVM (SRMLapSVM) and the structured RAMLapSVM (SRAMLapSVM).
(1) From GitHub
> library(devtools)
> install_github("bbeomjin/SMLapSVM")
(1) Description of R functions in SMLapSVM
SMLapSVM
can be obtained by help() or ? in R prompt, and documentation of SMLapSVM
. (2) List of R functions in SMLapSVM
package
mlapsvm
: A function for fitting the RMLapSVM and RAMLapSVM.
smlapsvm
: A function for learning the SRMLapSVM and SRAMLapSVM.
cv.mlapsvm
: A function used to tune hyperparameters of the RMLapSVM and RAMLapSVM.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.