public class ForwardSelection extends GLMModelSelection
Modifier and Type | Class and Description |
---|---|
static interface |
ForwardSelection.Step |
GLMModelSelection.ModelNotFound
Constructor and Description |
---|
ForwardSelection(GLMProblem problem)
Constructs a GLM model using the forward selection method, with SelectionByAIC
as the default algorithm.
|
ForwardSelection(GLMProblem problem,
ForwardSelection.Step step)
Constructs a GLM model using the forward selection method.
|
addFactor, dropFactor, getFlags, getModel, isSelected, problem, subA
public ForwardSelection(GLMProblem problem)
problem
- the GLM problempublic ForwardSelection(GLMProblem problem, ForwardSelection.Step step)
problem
- the GLM problemstep
- the algorithm determining which factor to add in each stepCopyright © 2010-2020 NM FinTech Ltd.. All Rights Reserved.