public class ModelMetricsRegressionHGLMV3<I extends ModelMetricsRegressionHGLM,S extends ModelMetricsRegressionHGLMV3<I,S>> extends ModelMetricsBaseV3<I,S>
SchemaV3.Meta
Schema.AutoParseable
Modifier and Type | Field and Description |
---|---|
double[] |
beta |
double[] |
icc |
int |
iterations |
double |
log_likelihood |
double |
mse_fixed |
double[][] |
tmat |
double[][] |
ubeta |
double |
var_residual |
custom_metric_name, custom_metric_value, description, frame, frame_checksum, model, model_category, model_checksum, MSE, nobs, predictions, RMSE, scoring_time
Constructor and Description |
---|
ModelMetricsRegressionHGLMV3() |
Modifier and Type | Method and Description |
---|---|
S |
fillFromImpl(ModelMetricsRegressionHGLM modelMetrics)
Fill this Schema from the given implementation object.
|
fillFromImpl
createAndFillImpl, createImpl, extractVersionFromSchemaName, fillFromAny, fillFromBody, fillFromImpl, fillFromImpl, fillFromParms, fillFromParms, fillFromParms, fillImpl, fillImpl, getImplClass, getImplClass, getSchemaName, getSchemaType, getSchemaVersion, init_meta, markdown, markdown, newInstance, newInstance, setField, setSchemaType_doNotCall
asBytes, clone, copyOver, frozenType, read, readExternal, readJSON, reloadFromBytes, toJsonBytes, toJsonString, write, writeExternal
public S fillFromImpl(ModelMetricsRegressionHGLM modelMetrics)
Schema
fillFromImpl
in class Schema<I extends ModelMetricsRegressionHGLM,S extends ModelMetricsRegressionHGLMV3<I,S>>