Uses of Enum
com.microsoft.ml.lightgbm.PredictionType
Packages that use PredictionType
-
Uses of PredictionType in com.microsoft.ml.lightgbm
Subclasses with type arguments of type PredictionType in com.microsoft.ml.lightgbmMethods in com.microsoft.ml.lightgbm that return PredictionTypeModifier and TypeMethodDescriptionstatic PredictionTypeReturns the enum constant of this type with the specified name.static PredictionType[]PredictionType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.microsoft.ml.lightgbm with parameters of type PredictionType -
Uses of PredictionType in io.github.metarank.lightgbm4j
Methods in io.github.metarank.lightgbm4j with parameters of type PredictionTypeModifier and TypeMethodDescriptiondouble[]LGBMBooster.predictForMat(double[] input, int rows, int cols, boolean isRowMajor, PredictionType predictionType) double[]LGBMBooster.predictForMat(double[] input, int rows, int cols, boolean isRowMajor, PredictionType predictionType, String parameter) Make prediction for a new double[] dataset.double[]LGBMBooster.predictForMat(float[] input, int rows, int cols, boolean isRowMajor, PredictionType predictionType) double[]LGBMBooster.predictForMat(float[] input, int rows, int cols, boolean isRowMajor, PredictionType predictionType, String parameter) Make prediction for a new float[] dataset.doubleLGBMBooster.predictForMatSingleRow(double[] data, PredictionType predictionType) Make prediction for a new double[] row dataset.doubleLGBMBooster.predictForMatSingleRow(float[] data, PredictionType predictionType) Make prediction for a new float[] row dataset.doubleLGBMBooster.predictForMatSingleRowFast(LGBMBooster.FastConfig config, double[] data, PredictionType predictionType) doubleLGBMBooster.predictForMatSingleRowFast(LGBMBooster.FastConfig config, float[] data, PredictionType predictionType) LGBMBooster.predictForMatSingleRowFastInit(PredictionType predictionType, int dtype, int ncols, String parameter)