org.carrot2.output.metrics
Class PrecisionRecallMetricDescriptor.Keys

java.lang.Object
  extended by org.carrot2.output.metrics.IdealPartitioningBasedMetricDescriptor.Keys
      extended by org.carrot2.output.metrics.PrecisionRecallMetricDescriptor.Keys
Enclosing class:
PrecisionRecallMetricDescriptor

public static class PrecisionRecallMetricDescriptor.Keys
extends IdealPartitioningBasedMetricDescriptor.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

WEIGHTED_AVERAGE_PRECISION

public static final String WEIGHTED_AVERAGE_PRECISION
Attribute key for: PrecisionRecallMetric.weightedAveragePrecision.

See Also:
Constant Field Values

WEIGHTED_AVERAGE_RECALL

public static final String WEIGHTED_AVERAGE_RECALL
Attribute key for: PrecisionRecallMetric.weightedAverageRecall.

See Also:
Constant Field Values

WEIGHTED_AVERAGE_F_MEASURE

public static final String WEIGHTED_AVERAGE_F_MEASURE
Attribute key for: PrecisionRecallMetric.weightedAverageFMeasure.

See Also:
Constant Field Values

PRECISION_BY_PARTITION

public static final String PRECISION_BY_PARTITION
Attribute key for: PrecisionRecallMetric.precisionByPartition.

See Also:
Constant Field Values

RECALL_BY_PARTITION

public static final String RECALL_BY_PARTITION
Attribute key for: PrecisionRecallMetric.recallByPartition.

See Also:
Constant Field Values

F_MEASURE_BY_PARTITION

public static final String F_MEASURE_BY_PARTITION
Attribute key for: PrecisionRecallMetric.fMeasureByPartition.

See Also:
Constant Field Values

ENABLED

public static final String ENABLED
Attribute key for: PrecisionRecallMetric.enabled.

See Also:
Constant Field Values

DOCUMENTS

public static final String DOCUMENTS
Attribute key for: PrecisionRecallMetric.documents.

See Also:
Constant Field Values

CLUSTERS

public static final String CLUSTERS
Attribute key for: PrecisionRecallMetric.clusters.

See Also:
Constant Field Values
Constructor Detail

PrecisionRecallMetricDescriptor.Keys

protected PrecisionRecallMetricDescriptor.Keys()


Copyright (c) Dawid Weiss, Stanislaw Osinski