powered by
rbfkernel_b: fast self-tuning kernel
rbfkernel_b(mat, K = 3, sigma = 1)
Matrix: matrix should have samples as columns and rows as features
Numerical value: the number of nearest neighbours to use when calculating local sigma
Numerical value: a global sigma, usually left to 1 which has no effect
A kernel matrix
# NOT RUN { stsc_kern <- rbfkernel_b(blobs[,1:50]) # }
Run the code above in your browser using DataLab