Uses of Class
io.github.metarank.lightgbm4j.LGBMBooster.FastConfig
Packages that use LGBMBooster.FastConfig
-
Uses of LGBMBooster.FastConfig in io.github.metarank.lightgbm4j
Methods in io.github.metarank.lightgbm4j that return LGBMBooster.FastConfigModifier and TypeMethodDescriptionLGBMBooster.predictForMatSingleRowFastInit(PredictionType predictionType, int dtype, int ncols, String parameter) Methods in io.github.metarank.lightgbm4j with parameters of type LGBMBooster.FastConfigModifier and TypeMethodDescriptiondoubleLGBMBooster.predictForMatSingleRowFast(LGBMBooster.FastConfig config, double[] data, PredictionType predictionType) doubleLGBMBooster.predictForMatSingleRowFast(LGBMBooster.FastConfig config, float[] data, PredictionType predictionType)