public static class XGBoostFeatureImportance.XGBoostFeatureImportanceInstance extends Object
XGBoostFeatureImportance
for details
on interpreting the metrics.Modifier and Type | Method and Description |
---|---|
double |
getCover()
The number of examples a feature discriminates between.
|
String |
getFeatureName()
The feature name.
|
double |
getGain()
The information gain a feature provides when split on.
|
double |
getTotalCover()
The total number of examples a feature discrimnates between.
|
double |
getTotalGain()
The total gain across all times the feature is used to split.
|
double |
getWeight()
The number of times a feature is used in the model.
|
String |
toString() |
public String getFeatureName()
public double getGain()
public double getCover()
public double getWeight()
public double getTotalGain()
public double getTotalCover()
Copyright © 2015–2021 Oracle and/or its affiliates. All rights reserved.