Removed observations that are part of tomek links.
See also
step_tomek() for step function of this method
Other Direct Implementations:
adasyn(),
bsmote(),
nearmiss(),
smote(),
smotenc()
Examples
circle_numeric <- circle_example[, c("x", "y", "class")]
res <- tomek(circle_numeric, var = "class")
