Package | Description |
---|---|
com.imsl.datamining |
Data mining and machine learning.
|
Modifier and Type | Method and Description |
---|---|
GradientBoosting.LossFunctionType |
GradientBoosting.getLossType()
Returns the current loss function type.
|
static GradientBoosting.LossFunctionType |
GradientBoosting.LossFunctionType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GradientBoosting.LossFunctionType[] |
GradientBoosting.LossFunctionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
GradientBoosting.setLossFunctionType(GradientBoosting.LossFunctionType lossType)
Sets the loss function type for the gradient boosting algorithm.
|
Copyright © 2020 Rogue Wave Software. All rights reserved.