RcppKGmd | R Documentation |
Computes Kernel Gini mean difference of X, sigma is the kernel parameter and returns the kernel Gini mean difference.
RcppKGmd(x, sigma)
x |
data |
sigma |
kernel parameter for Gaussian kernel |
RcppKGmd
compute kernel Gini mean difference for data
It is Rcpp version of Kgmd.
RcppKGmd
returns the sample Kernel Gini distance
gmd
Kgmd
x<-iris[,1] RcppKGmd(x, sigma=1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.