|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Metric | |
|---|---|
| org.gcube.datatransformation.datatransformationlibrary.statistics | |
| Uses of Metric in org.gcube.datatransformation.datatransformationlibrary.statistics |
|---|
| Methods in org.gcube.datatransformation.datatransformationlibrary.statistics that return Metric | |
|---|---|
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. |
| Methods in org.gcube.datatransformation.datatransformationlibrary.statistics that return types with arguments of type Metric | |
|---|---|
static HashMap<String,Metric> |
StatisticsManager.getAllMetricsOfType(StatisticsManager.MetricType mType)
Returns all metrics of one StatisticsManager.MetricType. |
| Method parameters in org.gcube.datatransformation.datatransformationlibrary.statistics with type arguments of type Metric | |
|---|---|
static long |
Metric.getMeanValueOfMetrics(Collection<Metric> metrics)
Returns the mean value of a Collection of Metrics. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||