public class ModelMetricsMultinomialV3 extends ModelMetricsBaseV3
| Modifier and Type | Field and Description |
|---|---|
ConfusionMatrixV3 |
cm
The ConfusionMatrix object for this scoring run.
|
TwoDimTableV3 |
hitRatioTable
The hit ratio table for this scoring run.
|
double |
logloss
The logarithmic loss for this scoring run.
|
double |
meanPerClassError
The mean misclassification error per class.
|
double |
r2
The R^2 for this scoring run.
|
description, frame, frameChecksum, model, modelCategory, modelChecksum, mse, nobs, predictions, rmse, scoringTime| Constructor and Description |
|---|
ModelMetricsMultinomialV3()
Public constructor
|
| 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 hitRatioTable
public ConfusionMatrixV3 cm
public double logloss
public double meanPerClassError
public java.lang.String toString()
toString in class ModelMetricsBaseV3