Class MultiFactorTracker

    • Constructor Detail

      • MultiFactorTracker

        public MultiFactorTracker​(MultiFactorTracker.Builder builder)
        Creates a new instance of MultiFactorTracker.
        Parameters:
        builder - the builder to create a new instance of MultiFactorTracker
    • Method Detail

      • getNewValue

        public float getNewValue​(int numUpdate)
        Fetches the value after the given number of steps/updates.
        Specified by:
        getNewValue in interface Tracker
        Parameters:
        numUpdate - the total number of steps/updates
        Returns:
        this Builder