public abstract static class CatBoostModel.Feature extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
Feature(String name,
int featureIndex,
int flatFeatureIndex,
boolean usedInModel) |
| Modifier and Type | Method and Description |
|---|---|
int |
getFeatureIndex() |
int |
getFlatFeatureIndex() |
String |
getName() |
boolean |
isUsedInModel() |
protected Feature(String name, int featureIndex, int flatFeatureIndex, boolean usedInModel)
public String getName()
public int getFeatureIndex()
public int getFlatFeatureIndex()
public boolean isUsedInModel()
Copyright © 2020 CatBoost dev team. All rights reserved.