| Package | Description |
|---|---|
| smile.regression |
Regression analysis.
|
| Modifier and Type | Method and Description |
|---|---|
GradientTreeBoost.Loss |
GradientTreeBoost.getLossFunction()
Returns the loss function.
|
static GradientTreeBoost.Loss |
GradientTreeBoost.Loss.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GradientTreeBoost.Loss[] |
GradientTreeBoost.Loss.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GradientTreeBoost.Trainer.setLoss(GradientTreeBoost.Loss loss)
Sets the loss function.
|
| Constructor and Description |
|---|
GradientTreeBoost(Attribute[] attributes,
double[][] x,
double[] y,
GradientTreeBoost.Loss loss,
int T,
int J,
double shrinkage,
double f)
Constructor.
|
GradientTreeBoost(double[][] x,
double[] y,
GradientTreeBoost.Loss loss,
int T,
int J,
double shrinkage,
double f)
Constructor.
|
Copyright © 2015. All rights reserved.