public class MetricRenderUtils extends Object
MetricsRenderer| Constructor and Description |
|---|
MetricRenderUtils() |
| Modifier and Type | Method and Description |
|---|---|
static double |
deNormalizeValue(double input,
ColumnDistribution columnDistribution)
De normalize the given input based on the
ColumnDistribution |
static double |
normalizeValue(double input,
ColumnDistribution columnDistribution)
De normalize the given input based on the
ColumnDistribution |
public static double normalizeValue(double input,
ColumnDistribution columnDistribution)
ColumnDistributioninput - the input to de normalizecolumnDistribution - the column distribution to de normalized based onpublic static double deNormalizeValue(double input,
ColumnDistribution columnDistribution)
ColumnDistributioninput - the input to de normalizecolumnDistribution - the column distribution to de normalized based onCopyright © 2022. All rights reserved.