Powered by OPF
OPF WIKI STATIC ARCHIVE
2,681 pages · 153 spaces · 776 tags · 4,025 history records · 96.2% of the original wiki recovered
Archived copy. This page was recovered from the Internet Archive snapshot of /display/SP/Metrics Catalogue taken on 2016-09-11. The original wiki at wiki.opf-labs.org is being decommissioned.

Metrics Catalogue

Created by Bjarne Andersen on Jun 21, 2012 · last edited by Rune Bruun Ferneke-Nielsen · on Jul 01, 2014 (view history) · 33 versions

Metrics catalogue

Picking metrics

When picking metrics for an evaluation, run through the catalogue and pick any already defined, or enter a new metric when needed.

The attribute/measure catalogue developed in PW can be found here Measures
Also, an equivalent attribute/measure source can be found in this google doc Measures by google doc (write to Kresimir Duretec for access to the google doc).

Metrics in use as of first round of evaluations

Metric Previously known as URL
number of objects per second NumberOfObjectsPerHour http://purl.org/DP/quality/measures#418
IdentificationCorrectnessInPercent IdentificationCorrectnessInPercent http://purl.org/DP/quality/measures#417
max object size handled in bytes MaxObjectSizeHandledInGbytes http://purl.org/DP/quality/measures#404
min object size handled in bytes MinObjectSizeHandledInMbytes http://purl.org/DP/quality/measures#405
N/A PlanEfficiencyInHours see https://github.com/openplanets/policies/issues/6

throughput in bytes per second ThroughputGbytesPerMinute http://purl.org/DP/quality/measures#406
throughput in bytes per second ThroughputGbytesPerHour http://purl.org/DP/quality/measures#406
stability judgement ReliableAndStableAssessment http://purl.org/DP/quality/measures#108
failed objects in percent NumberOfFailedFiles http://purl.org/DP/quality/measures#407
N/A NumberOfFailedFilesAcceptable see https://github.com/openplanets/policies/issues/11

QAFalseDifferentPercent QAFalseDifferentPercent http://purl.org/DP/quality/measures#416
N/A AverageRuntimePerItemInHours see https://github.com/openplanets/policies/issues/13

Binary evaluation method (FMeasure)

We use sensitivity and specificity as statistical measures of the performance of the binary classification test where 
Sensitivity = Σ true different / (Σ true different + Σ false similar
and 
Specificity = Σ true similar / (Σ true similar + Σ false different
and the F-measure is calculated on this basis as shown in the table below:

 

This is one suggested way, which is nicely applicable, if we test for binary correctness of calculations, i.e. it is applicable for characterisation and QA.

History

This is the previously used evaluation metrics

Metric
PW catalogue
URI
Datatype
Description
Example
Comments
NumberOfObjectsPerHour   integer Number of objects that can be processed per hour
250
Could be used both for component evaluations on a single machine and on entire platform setups
IdentificationCorrectnessInPercent   integer
Defining a statistical measure for binary evaluations - see detailed specification below 85 %
Between 0 and 100
MaxObjectSizeHandledInGbytes
  integer
The max file size a workflow/component has handled
80
Specify in Gbytes
MinObjectSizeHandledInMbytes   integer The min file size a workflow/component has handled - illustrates capability of running on heterogeneous file sizes when combined with MaxObjectSizeHandledInGbytes 20
Specify in Mbytes
PlanEfficiencyInHours   integer
Number of hours it takes to build one preservation plan with Plato
20
Specify in hours
ThroughputGbytesPerMinute
  integer
The throughput of data measured in Gybtes per minute
5
Specify in Gbytes per minute
ThroughputGbytesPerHour   integer
The throughput of data measured in Gbytes per hour
25
Specify in Gbytes per minute
ReliableAndStableAssessment   boolean
Manual assessment on if the experiment performed reliable and stable
true
 
NumberOfFailedFiles   integer
Number of files that failed in the workflow
0
 
NumberOfFailedFilesAcceptable   boolean Manual assessment of whether the number of files that fail in the workflow is acceptable
true
 
QAFalseDifferentPercent   integer Number of content comparisons resulting in original and migrated different, even though human spot checking says original and migrated similar. 5%
Between 0 and 100
AverageRuntimePerItemInHours
  float The average processing time in hours per item
15
Positive floating point number