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