37 using namespace internal;
39 InitPerFeature::InitPerFeature(std::unique_ptr<DataFetcher>& fetcher) : m_fetcher(fetcher)
43 InitPerFeature::~InitPerFeature()
47 InitPerFeature& InitPerFeature::operator=(
CFeatures* feats)
49 m_fetcher = std::unique_ptr<DataFetcher>(DataFetcherFactory::get_instance(feats));
53 InitPerFeature::operator
const CFeatures*()
const 55 return m_fetcher->m_samples;
all of classes and functions are contained in the shogun namespace
The class Features is the base class of all feature objects.