public static class GLMModel.Submodel
extends water.Iced
| Modifier and Type | Field and Description |
|---|---|
double[] |
beta |
int[] |
idxs |
double[] |
norm_beta |
| Constructor and Description |
|---|
GLMModel.Submodel(double lambda,
double[] beta,
double[] norm_beta,
long run_time,
int iteration,
boolean sparseCoef) |