public class FeatureMeta extends Object implements Serializable
| Constructor and Description |
|---|
FeatureMeta(String name,
int featureId,
boolean isCategoricalFeature)
Create an instance of Feature meta.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getFeatureId() |
String |
getName() |
boolean |
isCategoricalFeature() |
public FeatureMeta(String name, int featureId, boolean isCategoricalFeature)
name - Feature name.featureId - Feature id.isCategoricalFeature - Is categorical feature.public int getFeatureId()
public boolean isCategoricalFeature()
public String getName()
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.7.2 Release Date : February 6 2019