Package | Description |
---|---|
org.daisy.common.priority.timetracking |
Utilities for tracking task times and normalisation functions.
|
Modifier and Type | Method and Description |
---|---|
com.google.common.base.Function<Long,Double> |
TimeFunctionFactory.getFunction(TimeStats stats) |
com.google.common.base.Function<Long,Double> |
LinearTimeNormalizer.getFunction(TimeStats stats)
Returns a function that normalises a given number accordingly
to the stats using the formula
x_n=(x-min)/(max-min)
|
Copyright © 2010–2024 The DAISY Consortium. All rights reserved.