public static final class CatBoostModel.FloatFeature extends CatBoostModel.Feature
| Modifier and Type | Class and Description |
|---|---|
static class |
CatBoostModel.FloatFeature.NanValueTreatment |
| Modifier | Constructor and Description |
|---|---|
protected |
FloatFeature(String name,
int featureIndex,
int flatFeatureIndex,
boolean usedInModel,
int hasNans,
String nanValueTreatment) |
| Modifier and Type | Method and Description |
|---|---|
CatBoostModel.FloatFeature.NanValueTreatment |
getNanValueTreatment() |
boolean |
hasNans() |
getFeatureIndex, getFlatFeatureIndex, getName, isUsedInModelpublic boolean hasNans()
public CatBoostModel.FloatFeature.NanValueTreatment getNanValueTreatment()
Copyright © 2020 CatBoost dev team. All rights reserved.