UFJF - Machine Learning Toolkit  0.51.8
mltk::OverSampling< T, Callable > Class Template Referenceabstract

Base class for the implementation of over sampling methods. More...

#include <Sampling.hpp>

Collaboration diagram for mltk::OverSampling< T, Callable >:

Public Member Functions

 OverSampling (Callable dist_metric)
 
virtual Data< T > operator() (Data< T > &data)=0
 

Protected Attributes

Callable distance_metric
 

Detailed Description

template<typename T, typename Callable = metrics::dist::Euclidean< T >>
class mltk::OverSampling< T, Callable >

Base class for the implementation of over sampling methods.


The documentation for this class was generated from the following file: