Interface IntervalDetectorThresholdFactorOptimizerDataSource<T>

Type Parameters:
T - type of data to be retrieved.
All Known Subinterfaces:
AccelerometerAndGyroscopeIntervalDetectorThresholdFactorOptimizerDataSource, AccelerometerGyroscopeAndMagnetometerIntervalDetectorThresholdFactorOptimizerDataSource, AccelerometerIntervalDetectorThresholdFactorOptimizerDataSource, GyroscopeIntervalDetectorThresholdFactorOptimizerDataSource, MagnetometerIntervalDetectorThresholdFactorOptimizerDataSource

public interface IntervalDetectorThresholdFactorOptimizerDataSource<T>
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    Returns the total amount of data.
    getAt(int index)
    Gets data at the provided position.
  • Method Details

    • count

      int count()
      Returns the total amount of data.
      Returns:
      total amount of data.
    • getAt

      T getAt(int index)
      Gets data at the provided position.
      Parameters:
      index - position to retrieve data from.
      Returns:
      retrieved data.