public class GLMStepsProvider extends java.lang.Object implements ModelingStepsProvider<GLMStepsProvider.GLMSteps>, ModelParametersProvider<hex.glm.GLMModel.GLMParameters>
| Modifier and Type | Class and Description |
|---|---|
static class |
GLMStepsProvider.GLMSteps |
| Constructor and Description |
|---|
GLMStepsProvider() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getName() |
hex.glm.GLMModel.GLMParameters |
newDefaultParameters() |
GLMStepsProvider.GLMSteps |
newInstance(AutoML aml)
Creates an instance of
ModelingSteps associated to this provider's name,
or returns null to fully skip this provider.. |
public java.lang.String getName()
getName in interface ModelingStepsProvider<GLMStepsProvider.GLMSteps>public GLMStepsProvider.GLMSteps newInstance(AutoML aml)
ModelingStepsProviderModelingSteps associated to this provider's name,
or returns null to fully skip this provider..newInstance in interface ModelingStepsProvider<GLMStepsProvider.GLMSteps>aml - the AutoML instance needed to build the ModelingStepsModelingSteps listing all the various AutoML steps executable with this provider name.public hex.glm.GLMModel.GLMParameters newDefaultParameters()
newDefaultParameters in interface ModelParametersProvider<hex.glm.GLMModel.GLMParameters>