Uses of Class
SensorComparator

Uses of SensorComparator in <Unnamed>
 

Subclasses of SensorComparator in <Unnamed>
 class AccelComparator
          Provides a Comparator implementation for the acceleration sensor.
 class LightComparator
          Provides a Comparator implementation for the combined light sensors.
 class TemperatureComparator
          Provides a Comparator implementation for the temperature sensor.
 class TimeComparator
          Provides a Comparator implementation for the sensor time stamp DO NOT INCLUDE AUTHOR NAMES IN SOURCE FILE
 class ZaccelComparator
          Provides a Comparator implementation for the Z acceleration sensor.
 

Methods in <Unnamed> with parameters of type SensorComparator
static void SensorDriver.displayStats(java.util.List<FinchSensor> log, SensorComparator comp)
          For the given sensor channel (as indicated by comp), display: The mean value of this sensor channel the entire sensor sample for the minimum, median and maximum channel values
static double SensorDriver.mean(java.util.List<FinchSensor> log, SensorComparator comp)
          Compute the mean value of a some sensor value across a set of FinchSensors.