public enum MetricName extends Enum<MetricName>
Enum Constant and Description |
---|
ACCURACY
Accuracy.
|
BALANCED_ACCURACY
Balanced accuracy.
|
F_MEASURE
F measure.
|
FALL_OUT
FallOut.
|
FALSE_NEGATIVE
FN.
|
FALSE_POSITIVE
FP.
|
FDR
FDR.
|
MAE
Mae.
|
MISS_RATE
Miss Rate.
|
MSE
Mse.
|
NPV
NPV.
|
PRECISION
Precision.
|
R2
R 2.
|
RECALL
Recall.
|
RMSE
Rmse.
|
RSS
Rss.
|
SPECIFICITY
Specificity.
|
TRUE_NEGATIVE
TN.
|
TRUE_POSITIVE
TP.
|
Modifier and Type | Method and Description |
---|---|
Metric |
create()
Creates an instance of metric class by name.
|
String |
getPrettyName()
Returns pretty name.
|
static MetricName |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MetricName[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MetricName ACCURACY
public static final MetricName PRECISION
public static final MetricName RECALL
public static final MetricName F_MEASURE
public static final MetricName TRUE_POSITIVE
public static final MetricName TRUE_NEGATIVE
public static final MetricName FALSE_NEGATIVE
public static final MetricName FALSE_POSITIVE
public static final MetricName SPECIFICITY
public static final MetricName NPV
public static final MetricName FALL_OUT
public static final MetricName FDR
public static final MetricName MISS_RATE
public static final MetricName BALANCED_ACCURACY
public static final MetricName MAE
public static final MetricName R2
public static final MetricName RMSE
public static final MetricName RSS
public static final MetricName MSE
public static MetricName[] values()
for (MetricName c : MetricName.values()) System.out.println(c);
public static MetricName valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic Metric create()
public String getPrettyName()
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.9.1 Release Date : December 9 2020