Kernel Support Matrix Machine
ksmm is an R package. ksmm provides functions to fit support matrix machine, and it also provides datas that used to fit.
ksmm is not submitted to CRAN. Therefore, the ksmm can not be installed through install.packages("ksmm") in R prompt.
Instead, ksmm can be installed through our GitHub.
Please see below to install in R.
(1) From GitHub
> library(devtools)
> install_github("kyuridata/ksmm")
(1) Access to and use of real data in the manuscript
> library(ksmm)
> data(nottingham)
> library(ksmm)
> data(braninwave)
> library(ksmm)
> data(EEG_alcohol)
(2) Description of R functions in ksmm
ksmm can be obtained by help() or ? in R prompt, and documentation of ksmm. (3) List of R functions in ksmm
ksmm : ksmm function is used to fit the type I and II ZILNBGM model, and ZILPGM model.
kfold_ksmm : kfold_ksmm function tunes hyperparameters of statistical methods using a grid search over supplied parameter ranges for ksmm.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.