Uses of Enum
io.github.metarank.lightgbm4j.LGBMBooster.FeatureImportanceType
Packages that use LGBMBooster.FeatureImportanceType
-
Uses of LGBMBooster.FeatureImportanceType in io.github.metarank.lightgbm4j
Subclasses with type arguments of type LGBMBooster.FeatureImportanceType in io.github.metarank.lightgbm4jMethods in io.github.metarank.lightgbm4j that return LGBMBooster.FeatureImportanceTypeModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.static LGBMBooster.FeatureImportanceType[]LGBMBooster.FeatureImportanceType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.github.metarank.lightgbm4j with parameters of type LGBMBooster.FeatureImportanceTypeModifier and TypeMethodDescriptiondouble[]LGBMBooster.featureImportance(int numIteration, LGBMBooster.FeatureImportanceType importanceType) Get model feature importance.LGBMBooster.saveModelToString(int startIteration, int numIteration, LGBMBooster.FeatureImportanceType featureImportance) Save model to string.