Hierarchy For Package io.heraldprox.herald.sensor.analysis.aggregates

Package Hierarchies:

Class Hierarchy

  • java.lang.Object
    • io.heraldprox.herald.sensor.analysis.aggregates.Gaussian<T> (implements io.heraldprox.herald.sensor.analysis.sampling.Aggregate<T>)
    • io.heraldprox.herald.sensor.analysis.aggregates.Mean<T> (implements io.heraldprox.herald.sensor.analysis.sampling.Aggregate<T>)
    • io.heraldprox.herald.sensor.analysis.aggregates.Median<T> (implements io.heraldprox.herald.sensor.analysis.sampling.Aggregate<T>)
    • io.heraldprox.herald.sensor.analysis.aggregates.Mode<T> (implements io.heraldprox.herald.sensor.analysis.sampling.Aggregate<T>)
    • io.heraldprox.herald.sensor.analysis.aggregates.Variance<T> (implements io.heraldprox.herald.sensor.analysis.sampling.Aggregate<T>)