C++ API Reference for Intel® Data Analytics Acceleration Library 2020 Update 1

List of all members
FeatureModifierIface< Config, Context > Class Template Referenceabstract

General feature modifier interface. More...

Class Declaration

template<typename Config, typename Context>
class daal::data_management::modifiers::interface1::FeatureModifierIface< Config, Context >

Template Parameters
ConfigType of object to be used as configuration on initialization or finalization stages
ContextType of object that represents modifier context

Member Function Documentation

virtual void apply ( Context &  context)
pure virtual

Applies the modifier. This method is supposed to extract the data from data source provided via context and writes result to the buffer also provided via context. The method may be called multiple times depending on data source

Parameters
contextThe context of the modifier
virtual void finalize ( Config &  config)
pure virtual

Executes finalization of the modifier. This method is called once after FeatureModifierIface::apply

Parameters
configThe configuration of the modifier
virtual void initialize ( Config &  config)
pure virtual

Executes initialization of the modifier. This method is called once before FeatureModifierIface::apply

Parameters
configThe configuration of the modifier

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

For more complete information about compiler optimizations, see our Optimization Notice.