smote | R Documentation |
SMOTE: Synthetic Minority Over-sampling Technique.
smote(x, y, k = 5L, ndups = 0L)
x |
|
y |
|
k |
|
ndups |
|
list
with elements x
features with SMOTEd samples and y
with
added minority class elements.
Chawla, Bowyer, Hall and Kegelmeyer. 2002. SMOTE: Synthetic Minority Over-sampling Technique. Journal of Artificial Intelligence Research 16. 321–357. doi: 10.1613/jair.953
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.