![]() |
UFJF - Machine Learning Toolkit
0.51.8
|
Base class for the implementation of over sampling methods. More...
#include <Sampling.hpp>

Public Member Functions | |
| OverSampling (Callable dist_metric) | |
| virtual Data< T > | operator() (Data< T > &data)=0 |
Protected Attributes | |
| Callable | distance_metric |
Base class for the implementation of over sampling methods.