public class FMeasure extends Object implements Serializable
| 限定符和类型 | 字段和说明 |
|---|---|
double[] |
accuracy
分类准确率
|
double |
average_accuracy
平均准确率
|
double |
average_f1
平均F1
|
double |
average_precision
平均精确率
|
double |
average_recall
平均召回率
|
String[] |
catalog
分类名称
|
double[] |
f1
分类F1
|
double[] |
precision
分类精确率
|
double[] |
recall
分类召回率
|
double |
speed
速度
|
| 构造器和说明 |
|---|
FMeasure() |
public double average_accuracy
public double average_precision
public double average_recall
public double average_f1
public double[] accuracy
public double[] precision
public double[] recall
public double[] f1
public String[] catalog
public double speed
Copyright © 2014–2017 码农场. All rights reserved.