| Package | Description |
|---|---|
| org.gcube.datatransformation.datatransformationlibrary.statistics |
| Modifier and Type | Method and Description |
|---|---|
static Metric |
StatisticsManager.createMetric(String name,
String description,
StatisticsManager.MetricType mType)
Creates a new Metric.
|
static Metric |
StatisticsManager.createMetric(String name,
String description,
StatisticsManager.MetricType mType,
int maxNumMeasures)
Creates a new Metric with a specific maximum number of measures.
|
static Metric |
StatisticsManager.getMetric(String name,
StatisticsManager.MetricType mType)
Returns the Metric by its name and MetricType.
|
| Modifier and Type | Method and Description |
|---|---|
static HashMap<String,Metric> |
StatisticsManager.getAllMetricsOfType(StatisticsManager.MetricType mType)
Returns all metrics of one
StatisticsManager.MetricType. |
| Modifier and Type | Method and Description |
|---|---|
static long |
Metric.getMeanValueOfMetrics(Collection<Metric> metrics)
Returns the mean value of a Collection of Metrics.
|
Copyright © 2014. All Rights Reserved.