public class ModelMetricsRegressionHGLMV3 extends ModelMetricsBaseV3
| Modifier and Type | Field and Description |
|---|---|
double[] |
beta
fixed coefficient)
|
double[] |
icc
interclass correlation
|
int |
iterations
iterations taken to build model
|
double |
logLikelihood
log likelihood
|
double |
mseFixed
mean square error of fixed effects only
|
double[][] |
tmat
covariance matrix of random effects
|
double[][] |
ubeta
random coefficients
|
double |
varResidual
variance of residual error
|
customMetricName, customMetricValue, description, frame, frameChecksum, model, modelCategory, modelChecksum, mse, nobs, predictions, rmse, scoringTime| Constructor and Description |
|---|
ModelMetricsRegressionHGLMV3()
Public constructor
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString()
Return the contents of this object as a JSON String.
|
public double[] beta
public double[][] ubeta
@SerializedName(value="log_likelihood") public double logLikelihood
public double[] icc
public int iterations
public double[][] tmat
@SerializedName(value="var_residual") public double varResidual
@SerializedName(value="mse_fixed") public double mseFixed
public ModelMetricsRegressionHGLMV3()
public java.lang.String toString()
toString in class ModelMetricsBaseV3