Class used to describe a feature. The structure is used in the com.intel.daal.data.DataDictionary class.
More...
Constructs the data feature
- Parameters
-
context | Context to manage the data feature |
native int getCategoryNumber |
( |
| ) |
|
Gets number of category levels
- Returns
- Number of category levels
native DataFeatureUtils.FeatureType getFeatureType |
( |
| ) |
|
Gets type of the feature(continuous, ordinal or categorical)
- Returns
- Type of the feature
native DataFeatureUtils.PMMLNumType getPMMLNumType |
( |
| ) |
|
Gets PMML data type of the feature
- Returns
- PMML data type of the feature
void setCategoryNumber |
( |
int |
categoryNumber | ) |
|
Sets number of category levels
- Parameters
-
categoryNumber | Number of category levels |
void setFeatureType |
( |
DataFeatureUtils.FeatureType |
featureType | ) |
|
Sets type of the feature(continuous, ordinal or categorical)
- Parameters
-
featureType | Type of the feature |
void setPMMLNumType |
( |
DataFeatureUtils.PMMLNumType |
pmmlType | ) |
|
Sets PMML data type of the feature
- Parameters
-
pmmlType | PMML data type of the feature |
The documentation for this class was generated from the following file: