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 MetricMetricConfig. 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 classAbstractMetricAbstract 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 voidMetricManager. 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 voidMetricManager. 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 classAvgQPSMetricCalculates the average queries per secondclassEachQueryMetricThis metric will send every query execution time to the storages.classF1MeasureMetricprovides a metric to measure F1, recall and precision if provided tp,fp,fn.classNoQMetricCounts the number of all successfully executed queriesclassNoQPHMetricThe Number Of Queries Per Hour MetricclassQMPHMetricThe Query Mixes Per Hour MetricclassQPSMetricQueries Per Second Metric implementation 
 -