Package moa.classifiers.meta
Class StreamingGradientBoostedTrees.SGBT.SquaredError
- java.lang.Object
-
- moa.classifiers.meta.StreamingGradientBoostedTrees.SGBT.Objective
-
- moa.classifiers.meta.StreamingGradientBoostedTrees.SGBT.SquaredError
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- StreamingGradientBoostedTrees.SGBT
public static class StreamingGradientBoostedTrees.SGBT.SquaredError extends StreamingGradientBoostedTrees.SGBT.Objective implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SquaredError()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StreamingGradientBoostedTrees.SGBT.GradHess[]
computeDerivatives(double[] groundTruth, double[] raw, boolean computeNegativeResidual, boolean clipPredictions)
-
Methods inherited from class moa.classifiers.meta.StreamingGradientBoostedTrees.SGBT.Objective
transfer
-
-
-
-
Method Detail
-
computeDerivatives
public StreamingGradientBoostedTrees.SGBT.GradHess[] computeDerivatives(double[] groundTruth, double[] raw, boolean computeNegativeResidual, boolean clipPredictions)
- Specified by:
computeDerivatives
in classStreamingGradientBoostedTrees.SGBT.Objective
-
-