rbfkernel_b {Spectrum} | R Documentation |
rbfkernel_b: fast self-tuning kernel
Description
rbfkernel_b: fast self-tuning kernel
Usage
rbfkernel_b(mat, K = 3, sigma = 1)
Arguments
mat |
Matrix: matrix should have samples as columns and rows as features |
K |
Numerical value: the number of nearest neighbours to use when calculating local sigma |
sigma |
Numerical value: a global sigma, usually left to 1 which has no effect |
Value
A kernel matrix
Examples
stsc_kern <- rbfkernel_b(blobs[,1:50])
[Package Spectrum version 1.1 Index]