|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Objectorg.apache.spark.mllib.tree.loss.AbsoluteError
public class AbsoluteError
:: DeveloperApi :: Class for absolute error loss calculation (for regression).
The absolute (L1) error is defined as: |y - F(x)| where y is the label and F(x) is the model prediction for features x.
| Constructor Summary | |
|---|---|
AbsoluteError()
|
|
| Method Summary | |
|---|---|
static double |
gradient(double prediction,
double label)
Method to calculate the gradients for the gradient boosting calculation for least absolute error calculation. |
| Methods inherited from class Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.apache.spark.mllib.tree.loss.Loss |
|---|
computeError, computeError, gradient |
| Constructor Detail |
|---|
public AbsoluteError()
| Method Detail |
|---|
public static double gradient(double prediction,
double label)
prediction - Predicted label.label - True label.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||