Uses of Class
moa.classifiers.meta.StreamingGradientBoostedTrees.SGBT.GradHess
-
Packages that use StreamingGradientBoostedTrees.SGBT.GradHess Package Description moa.classifiers.meta -
-
Uses of StreamingGradientBoostedTrees.SGBT.GradHess in moa.classifiers.meta
Methods in moa.classifiers.meta that return StreamingGradientBoostedTrees.SGBT.GradHess Modifier and Type Method Description abstract StreamingGradientBoostedTrees.SGBT.GradHess[]
StreamingGradientBoostedTrees.SGBT.Objective. computeDerivatives(double[] groundTruth, double[] raw, boolean computeNegativeResidual, boolean clipPredictions)
StreamingGradientBoostedTrees.SGBT.GradHess[]
StreamingGradientBoostedTrees.SGBT.SoftmaxCrossEntropy. computeDerivatives(double[] groundTruth, double[] raw, boolean computeNegativeResidual, boolean clipPredictions)
StreamingGradientBoostedTrees.SGBT.GradHess[]
StreamingGradientBoostedTrees.SGBT.SquaredError. computeDerivatives(double[] groundTruth, double[] raw, boolean computeNegativeResidual, boolean clipPredictions)
Methods in moa.classifiers.meta with parameters of type StreamingGradientBoostedTrees.SGBT.GradHess Modifier and Type Method Description void
StreamingGradientBoostedTrees.SGBT.BoostingCommittee. trainOnInstanceImpl(Instance[] instances, int multipleIterationByHessianCeiling, StreamingGradientBoostedTrees.SGBT.GradHess[] gradHess)
-