public class ModelMetricsGLRMV99 extends ModelMetricsBaseV3
| Modifier and Type | Field and Description |
|---|---|
long |
catcnt
Number of Non-Missing Categorical Values
|
double |
caterr
Misclassification Error (Categorical Cols)
|
long |
numcnt
Number of Non-Missing Numeric Values
|
double |
numerr
Sum of Squared Error (Numeric Cols)
|
description, frame, frameChecksum, model, modelCategory, modelChecksum, mse, nobs, predictions, rmse, scoringTime| Constructor and Description |
|---|
ModelMetricsGLRMV99()
Public constructor
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString()
Return the contents of this object as a JSON String.
|
public double numerr
public double caterr
public long numcnt
public long catcnt
public java.lang.String toString()
toString in class ModelMetricsBaseV3