public class LoessNormalizer extends BaseNormalizer
Modifier and Type | Class and Description |
---|---|
static class |
LoessNormalizer.Provider |
Modifier and Type | Field and Description |
---|---|
static long |
serialVersionUID |
max, min, missingMean, numObservations, random, sample, SAMPLE_SIZE, stats
Constructor and Description |
---|
LoessNormalizer() |
Modifier and Type | Method and Description |
---|---|
String |
dump() |
boolean |
getLogTransform() |
double |
normalize(double x) |
void |
observationsFinished() |
void |
observe(double x,
double y) |
void |
reset() |
void |
setLogTransform(boolean b) |
void |
setMonotonic(boolean b) |
public static final long serialVersionUID
public void reset()
reset
in interface Normalizer
reset
in class BaseNormalizer
public void observe(double x, double y)
observe
in interface Normalizer
observe
in class BaseNormalizer
public void observationsFinished()
observationsFinished
in interface Normalizer
observationsFinished
in class BaseNormalizer
public double normalize(double x)
public String dump()
dump
in interface Normalizer
dump
in class BaseNormalizer
public void setLogTransform(boolean b)
public boolean getLogTransform()
public void setMonotonic(boolean b)
Copyright © 2014. All rights reserved.