public class LogNormalizer extends Object implements Normalizer
Modifier and Type | Class and Description |
---|---|
static class |
LogNormalizer.Provider |
Constructor and Description |
---|
LogNormalizer() |
Modifier and Type | Method and Description |
---|---|
String |
dump() |
boolean |
isTrained() |
double |
normalize(double x) |
SRResultList |
normalize(SRResultList list) |
void |
observationsFinished() |
void |
observe(double x) |
void |
observe(double x,
double y) |
void |
observe(SRResultList sims,
int rank,
double y) |
void |
reset() |
public void reset()
reset
in interface Normalizer
public SRResultList normalize(SRResultList list)
normalize
in interface Normalizer
public double normalize(double x)
normalize
in interface Normalizer
public void observe(SRResultList sims, int rank, double y)
observe
in interface Normalizer
public void observe(double x, double y)
observe
in interface Normalizer
public void observe(double x)
observe
in interface Normalizer
public void observationsFinished()
observationsFinished
in interface Normalizer
public boolean isTrained()
isTrained
in interface Normalizer
public String dump()
dump
in interface Normalizer
Copyright © 2014. All rights reserved.