|
Carrot2 v3.6.0-SNAPSHOT
API Documentation |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.carrot2.output.metrics.IdealPartitioningBasedMetricDescriptor.Keys
org.carrot2.output.metrics.PrecisionRecallMetricDescriptor.Keys
public static class PrecisionRecallMetricDescriptor.Keys
Constants for all attribute keys of the PrecisionRecallMetric component.
| Field Summary | |
|---|---|
static String |
CLUSTERS
Attribute key for: PrecisionRecallMetric.clusters. |
static String |
DOCUMENTS
Attribute key for: PrecisionRecallMetric.documents. |
static String |
ENABLED
Attribute key for: PrecisionRecallMetric.enabled. |
static String |
F_MEASURE_BY_PARTITION
Attribute key for: PrecisionRecallMetric.fMeasureByPartition. |
static String |
PRECISION_BY_PARTITION
Attribute key for: PrecisionRecallMetric.precisionByPartition. |
static String |
RECALL_BY_PARTITION
Attribute key for: PrecisionRecallMetric.recallByPartition. |
static String |
WEIGHTED_AVERAGE_F_MEASURE
Attribute key for: PrecisionRecallMetric.weightedAverageFMeasure. |
static String |
WEIGHTED_AVERAGE_PRECISION
Attribute key for: PrecisionRecallMetric.weightedAveragePrecision. |
static String |
WEIGHTED_AVERAGE_RECALL
Attribute key for: PrecisionRecallMetric.weightedAverageRecall. |
| Fields inherited from class org.carrot2.output.metrics.IdealPartitioningBasedMetricDescriptor.Keys |
|---|
PARTITION_ID_FIELD_NAME |
| Constructor Summary | |
|---|---|
protected |
PrecisionRecallMetricDescriptor.Keys()
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String WEIGHTED_AVERAGE_PRECISION
PrecisionRecallMetric.weightedAveragePrecision.
public static final String WEIGHTED_AVERAGE_RECALL
PrecisionRecallMetric.weightedAverageRecall.
public static final String WEIGHTED_AVERAGE_F_MEASURE
PrecisionRecallMetric.weightedAverageFMeasure.
public static final String PRECISION_BY_PARTITION
PrecisionRecallMetric.precisionByPartition.
public static final String RECALL_BY_PARTITION
PrecisionRecallMetric.recallByPartition.
public static final String F_MEASURE_BY_PARTITION
PrecisionRecallMetric.fMeasureByPartition.
public static final String ENABLED
PrecisionRecallMetric.enabled.
public static final String DOCUMENTS
PrecisionRecallMetric.documents.
public static final String CLUSTERS
PrecisionRecallMetric.clusters.
| Constructor Detail |
|---|
protected PrecisionRecallMetricDescriptor.Keys()
|
Please refer to project documentation at
http://project.carrot2.org |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||