Uses of Interface
org.aksw.iguana.rp.metrics.Metric
-
Packages that use Metric Package Description org.aksw.iguana.cc.config.elements org.aksw.iguana.rp.metrics org.aksw.iguana.rp.metrics.impl -
-
Uses of Metric in org.aksw.iguana.cc.config.elements
Methods in org.aksw.iguana.cc.config.elements that return Metric Modifier and Type Method Description Metric
MetricConfig. createMetric()
-
Uses of Metric in org.aksw.iguana.rp.metrics
Classes in org.aksw.iguana.rp.metrics that implement Metric Modifier and Type Class Description class
AbstractMetric
Abstract Metric class which implements the method sendData so the final Metric class can send their final data via this command to the storagesMethods in org.aksw.iguana.rp.metrics that return types with arguments of type Metric Modifier and Type Method Description java.util.Set<Metric>
MetricManager. getMetrics()
Methods in org.aksw.iguana.rp.metrics with parameters of type Metric Modifier and Type Method Description void
MetricManager. addMetric(Metric metric)
WIll add a metric to the managerMethod parameters in org.aksw.iguana.rp.metrics with type arguments of type Metric Modifier and Type Method Description void
MetricManager. addMetrics(java.util.List<Metric> metrics)
-
Uses of Metric in org.aksw.iguana.rp.metrics.impl
Classes in org.aksw.iguana.rp.metrics.impl that implement Metric Modifier and Type Class Description class
AvgQPSMetric
Calculates the average queries per secondclass
EachQueryMetric
This metric will send every query execution time to the storages.class
F1MeasureMetric
provides a metric to measure F1, recall and precision if provided tp,fp,fn.class
NoQMetric
Counts the number of all successfully executed queriesclass
NoQPHMetric
The Number Of Queries Per Hour Metricclass
QMPHMetric
The Query Mixes Per Hour Metricclass
QPSMetric
Queries Per Second Metric implementation
-