com.thoughtworks.datacommons.prepbuddy

normalizers

package normalizers

Visibility
  1. Public
  2. All

Type Members

  1. class DecimalScalingNormalizer extends NormalizationStrategy

    A normalizer strategy which normalizes the data by multiplying it to pow(10,i-1).

  2. class MinMaxNormalizer extends NormalizationStrategy

    A normalizer which scales the data within the specified range.

  3. trait NormalizationStrategy extends Serializable

  4. class ZScoreNormalizer extends NormalizationStrategy

    A normalizer technique which normalizes data by their standard score.

Ungrouped