Package ai.konduit.serving.util
Class MetricRenderUtils
- java.lang.Object
-
- ai.konduit.serving.util.MetricRenderUtils
-
public class MetricRenderUtils extends java.lang.ObjectUtil class for anything related toMetricsRenderer- Author:
- Adam Gibson
-
-
Constructor Summary
Constructors Constructor Description MetricRenderUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static doubledeNormalizeValue(double input, ColumnDistribution columnDistribution)De normalize the given input based on theColumnDistributionstatic doublenormalizeValue(double input, ColumnDistribution columnDistribution)De normalize the given input based on theColumnDistribution
-
-
-
Method Detail
-
normalizeValue
public static double normalizeValue(double input, ColumnDistribution columnDistribution)De normalize the given input based on theColumnDistribution- Parameters:
input- the input to de normalizecolumnDistribution- the column distribution to de normalized based on- Returns:
- the de normalized value
-
deNormalizeValue
public static double deNormalizeValue(double input, ColumnDistribution columnDistribution)De normalize the given input based on theColumnDistribution- Parameters:
input- the input to de normalizecolumnDistribution- the column distribution to de normalized based on- Returns:
- the de normalized value
-
-