com.thoughtworks.datacommons.prepbuddy

smoothers

package smoothers

Visibility
  1. Public
  2. All

Type Members

  1. class KeyPartitioner extends Partitioner

    A Patitioner that puts each row in a partition that we specify by key.

  2. class SimpleMovingAverageMethod extends SmoothingMethod

    A smoothing method which smooths data based on Simple Moving Average which is the unweighted mean of the previous n data.

  3. abstract class SmoothingMethod extends Serializable

  4. class WeightedMovingAverageMethod extends SmoothingMethod

    A smoothing method which smooths data based on Weighted Moving Average method that is any average that has multiplying factors to give different weights to data at different positions in the sampleColumnValues window.

  5. class Weights extends Serializable

    Contains weights in sequence for the weighted sliding window.

Ungrouped