public class PerformanceMeasure extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
ACCURACY |
static String |
F1SCORE |
static String |
MSE |
static String |
PRECISION |
static String |
RECALL |
| Constructor and Description |
|---|
PerformanceMeasure() |
| Modifier and Type | Method and Description |
|---|---|
float |
get(String key) |
void |
set(String key,
float value) |
String |
toString() |
public static final String MSE
public static final String ACCURACY
public static final String PRECISION
public static final String RECALL
public static final String F1SCORE
public PerformanceMeasure()
Copyright © 2019. All rights reserved.