public class PercentileNormalizer extends BaseNormalizer
Modifier and Type | Class and Description |
---|---|
static class |
PercentileNormalizer.Provider |
Modifier and Type | Field and Description |
---|---|
protected org.apache.commons.math3.analysis.polynomials.PolynomialSplineFunction |
interpolator |
max, min, missingMean, numObservations, random, sample, SAMPLE_SIZE, serialVersionUID, stats
Constructor and Description |
---|
PercentileNormalizer() |
Modifier and Type | Method and Description |
---|---|
String |
dump() |
protected void |
makeInterpolater() |
double |
normalize(double x) |
void |
observationsFinished() |
void |
reset() |
protected transient org.apache.commons.math3.analysis.polynomials.PolynomialSplineFunction interpolator
public void reset()
reset
in interface Normalizer
reset
in class BaseNormalizer
public void observationsFinished()
observationsFinished
in interface Normalizer
observationsFinished
in class BaseNormalizer
protected void makeInterpolater()
public double normalize(double x)
public String dump()
dump
in interface Normalizer
dump
in class BaseNormalizer
Copyright © 2014. All rights reserved.