Learn R Programming

RKUM (version 0.1.1.1)

lkm: Kernel Matrix Using Linear Kernel

Description

The linear kernel is used by the underlying Euclidean space to define the similarity measure. Whenever the dimensionality is high, it may allow for more complexity in the function class than what we could measure and assess otherwise

Usage

lkm(X)

Arguments

X

a data matrix

Value

K

a kernel matrix.

%% \item{comp2 }{Description of 'comp2'} %% ...

Details

The linear kernel is used by the underlying Euclidean space to define the similarity measure. Whenever the dimensionality of the data is high, it may allow for more complexity in the function class than what we could measure and assess otherwise.

References

Md. Ashad Alam, Hui-Yi Lin, HOng-Wen Deng, Vince Calhour Yu-Ping Wang (2018), A kernel machine method for detecting higher order interactions in multimodal datasets: Application to schizophrenia, Journal of Neuroscience Methods, Vol. 309, 161-174.

Md Ashad Alam, Kenji Fukumizu and Yu-Ping Wang (2018), Influence Function and Robust Variant of Kernel Canonical Correlation Analysis, Neurocomputing, Vol. 304 (2018) 12-29.

Md Ashad Alam, Vince D. Calhoun and Yu-Ping Wang (2018), Identifying outliers using multiple kernel canonical correlation analysis with application to imaging genetics, Computational Statistics and Data Analysis, Vol. 125, 70- 85

See Also

See also as gkm, ibskm

Examples

Run this code
# NOT RUN {
##Dummy data:

X <- matrix(rnorm(500),100)
lkm(X)
# }

Run the code above in your browser using DataLab