| 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 |
|---|---|
static FactorTracker.Builder |
builder()
Creates a new builder.
|
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 static FactorTracker.Builder builder()
public float getNewValue(int numUpdate)
getNewValue in interface TrackernumUpdate - the total number of steps/updatesBuilder