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

List of all members
DataSourceFeature Class Reference

Data structure that describes the Data Source feature. More...

Class Declaration

Constructor & Destructor Documentation

DataSourceFeature ( )
inline

Constructor of a data feature

DataSourceFeature ( const DataSourceFeature other)
inline

Copy constructor for a data feature

Member Function Documentation

CategoricalFeatureDictionary* getCategoricalDictionary ( )
inline

Gets a categorical features dictionary

Returns
Pointer to the categorical features dictionary
services::String getFeatureName ( ) const
inline

Returns the name of the feature

virtual int getSerializationTag ( ) const
inlinevirtual

Returns a serialization tag, a unique identifier of this class used in serialization

Returns
Serialization tag

Implements SerializationIface.

DataSourceFeature& operator= ( const DataSourceFeature other)
inline

Assigment operator for a data feature

void setFeatureName ( const services::String &  featureName)
inline

Specifies the name of a data feature

Parameters
[in]featureNameName of the data feature
void setType ( )
inline

Fills the class based on a specified type

Template Parameters
TName of the data feature

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

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