public class ModelMetricsGLRMV99 extends ModelMetricsBase
| Modifier and Type | Field and Description |
|---|---|
long |
catcnt
Number of Non-Missing Categorical Values
|
double |
caterr
Misclassification Error (Categorical Cols)
|
java.lang.String |
description
Optional description for this scoring run (to note out-of-bag, sampled data, etc.)
|
java.lang.String |
frame
The frame used for this scoring run.
|
long |
frame_checksum
The checksum for the frame used for this scoring run.
|
java.lang.String |
model
The model used for this scoring run.
|
ModelCategory |
model_category
The category (e.g., Clustering) for the model used for this scoring run.
|
long |
model_checksum
The checksum for the model used for this scoring run.
|
double |
MSE
The Mean Squared Error of the prediction for this scoring run.
|
long |
numcnt
Number of Non-Missing Numeric Values
|
double |
numerr
Sum of Squared Error (Numeric Cols)
|
FrameV3 |
predictions
Predictions Frame.
|
long |
scoring_time
The time in mS since the epoch for the start of this scoring run.
|
| Constructor and Description |
|---|
ModelMetricsGLRMV99() |
public double numerr
public double caterr
public long numcnt
public long catcnt
public java.lang.String model
public long model_checksum
public java.lang.String frame
public long frame_checksum
public java.lang.String description
public ModelCategory model_category
public long scoring_time
public FrameV3 predictions
public double MSE