Uses of Class
org.aksw.iguana.rp.metrics.AbstractMetric
- 
Packages that use AbstractMetric Package Description org.aksw.iguana.rp.metrics.impl  - 
- 
Uses of AbstractMetric in org.aksw.iguana.rp.metrics.impl
Subclasses of AbstractMetric in org.aksw.iguana.rp.metrics.impl 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 
 -