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 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
-