public class GLMRegularizationPathV3 extends water.api.schemas3.SchemaV3<GLMModel.RegularizationPath,GLMRegularizationPathV3>
Modifier and Type | Field and Description |
---|---|
double[] |
alphas |
java.lang.String[] |
coefficient_names |
double[][] |
coefficients |
double[][] |
coefficients_std |
double[] |
explained_deviance_train |
double[] |
explained_deviance_valid |
double[] |
lambdas |
water.api.schemas3.KeyV3.ModelKeyV3 |
model |
double[][] |
p_values |
double[][] |
std_errs |
double[][] |
z_values |
Constructor and Description |
---|
GLMRegularizationPathV3() |
createAndFillImpl, createImpl, extractVersionFromSchemaName, fillFromAny, fillFromBody, fillFromImpl, fillFromImpl, fillFromImpl, fillFromParms, fillFromParms, fillFromParms, fillImpl, fillImpl, getImplClass, getImplClass, getSchemaName, getSchemaType, getSchemaVersion, init_meta, markdown, markdown, newInstance, newInstance, setField, setSchemaType_doNotCall
@API(help="source model", required=true, direction=INPUT) public water.api.schemas3.KeyV3.ModelKeyV3 model
@API(help="Computed lambda values") public double[] lambdas
@API(help="alpha values used in building submodels") public double[] alphas
@API(help="explained deviance on the training set") public double[] explained_deviance_train
@API(help="explained deviance on the validation set") public double[] explained_deviance_valid
@API(help="coefficients for all lambdas") public double[][] coefficients
@API(help="standardized coefficients for all lambdas") public double[][] coefficients_std
@API(help="coefficient names") public java.lang.String[] coefficient_names
@API(help="z-values") public double[][] z_values
@API(help="p-values") public double[][] p_values
@API(help="standard error") public double[][] std_errs