public class EvaluationMetrics extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
ACCURACY |
static String |
F_STAT
Is there a relationship between inputs and predictions(outputs) at all.
|
static String |
F1SCORE |
static String |
MEAN_ABSOLUTE_ERROR
Mean value of sum of squared errors.
|
static String |
MEAN_SQUARED_ERROR |
static String |
PRECISION |
static String |
R_SQUARED
Percent of variation explained by the regression model.
|
static String |
RECALL |
static String |
RESIDUAL_SQUARE_SUM |
static String |
RESIDUAL_STANDARD_ERROR
Estimation of standard deviation of prediction errors for some given data set.
|
static String |
ROOT_MEAN_SQUARED_ERROR |
| Constructor and Description |
|---|
EvaluationMetrics() |
| Modifier and Type | Method and Description |
|---|---|
float |
get(String key) |
void |
set(String key,
float value) |
String |
toString() |
public static final String MEAN_ABSOLUTE_ERROR
public static final String MEAN_SQUARED_ERROR
public static final String ROOT_MEAN_SQUARED_ERROR
public static final String RESIDUAL_SQUARE_SUM
public static final String RESIDUAL_STANDARD_ERROR
public static final String R_SQUARED
public static final String F_STAT
public static final String ACCURACY
public static final String PRECISION
public static final String RECALL
public static final String F1SCORE
public EvaluationMetrics()
Copyright © 2020. All rights reserved.