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