public class ModelMetricsMultinomialV3 extends ModelMetricsBase
| Modifier and Type | Field and Description |
|---|---|
ConfusionMatrixV3 |
cm
The ConfusionMatrix object for this scoring run.
|
TwoDimTableV3 |
hit_ratio_table
The hit ratio table for this scoring run.
|
double |
logloss
The logarithmic loss for this scoring run.
|
double |
r2
The R^2 for this scoring run.
|
description, frame, frame_checksum, model, model_category, model_checksum, MSE, predictions, scoring_time| Constructor and Description |
|---|
ModelMetricsMultinomialV3() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString()
Return the contents of this object as a JSON String.
|
public double r2
public TwoDimTableV3 hit_ratio_table
public ConfusionMatrixV3 cm
public double logloss
public java.lang.String toString()
toString in class ModelMetricsBase