| Modifier and Type | Class and Description |
|---|---|
static class |
FactorTracker.Builder
The Builder to construct an
FactorTracker object. |
| Constructor and Description |
|---|
FactorTracker(FactorTracker.Builder builder)
Creates a new instance of
FactorTracker. |
| Modifier and Type | Method and Description |
|---|---|
float |
getNewValue(int numUpdate)
Fetches the value after the given number of steps/updates.
|
public FactorTracker(FactorTracker.Builder builder)
FactorTracker.builder - the builder to create a new instance of FactorTrackerpublic float getNewValue(int numUpdate)
getNewValue in interface TrackernumUpdate - the total number of steps/updatesBuilder