Description Usage Arguments Details Value Source Examples
Use the result of kernel density estimation to transform therefore augment certain feature of train/test set.
1 |
i |
a index of feature that needs to be transformed. |
m |
dataset consisting of features. |
d0 |
samples’ data in one class |
d1 |
samples’ data in the other class. |
yname |
the name of result-column. |
Mkex |
a function to estimate kernel density of x. |
Mkey |
a function to estimate kernel density of y. |
For dataset d0 and d1, the default algorithm use Mkex( ) and Mkey( ) to estimate kernel density. Use f( ) and g( ), the outcome of estimation, to transform the ith feature of dataset m by log(f(m)) - log(g(m)).
The transform function outputs augmented feature.
For transformation, based on Wang H , Gu J , Wang S . An effective intrusion detection framework based on SVM with feature augmentation[J]. Knowledge-Based Systems, 2017, 136(Nov.15):130-139. Fan J , Feng Y , Jiang J , et al. Feature Augmentation via Nonparametrics and Selection (FANS) in High Dimensional Classification[J]. Journal of the American Statal Association, 2016, 111(513):275.
1 2 3 4 5 6 7 8 9 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.