C++ API Reference for Intel® Data Analytics Acceleration Library 2020 Update 1
Contains version 1.0 of Intel(R) Data Analytics Acceleration Library (Intel(R) DAAL) interface.
Classes | |
class | ConfigIface |
Abstract class that defines interface of modifier configuration. More... | |
class | Config |
Base class that represents modifier configuration, object of that class is passed to the modifier on initialization and finalization stages. More... | |
class | ContextIface |
Abstract class that defines interface of modifier context. More... | |
class | Context |
Base class that represents modifier context, object of that class is passed to the modifier as an argument of FeatureModifierIface::apply method. More... | |
class | FeatureModifierIface |
Specialization of modifiers::FeatureModifierIface for SQL feature modifier. More... | |
class | FeatureModifier |
Base class for feature modifier, intended for inheritance from the user side. More... | |
Functions | |
template<typename Modifier > | |
FeatureModifierIfacePtr | custom () |
FeatureModifierIfacePtr | continuous () |
For more complete information about compiler optimizations, see our Optimization Notice.