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