README.md

There are some issues in that repository. If you want to use the package, please visit here

KSMM

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.

1. INSTALLATION

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")

2. USAGE NOTES

(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

(3) List of R functions in ksmm



kyuridata/ksmm documentation built on Dec. 21, 2021, 8:47 a.m.