|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--ca.aura.algorithms.normalizer.RankNormalizer
Constructor Summary | |
RankNormalizer(Sequence sequence)
give a sequence to turn into a normal distribution |
Method Summary | |
protected NormalDistribution |
buildNormalDistribution()
build the normal distribution of the sequence |
Rank |
getRank(double value)
get the rank of a particular number |
abstract double[] |
getRankDivisions()
get the divisions of st. |
abstract Rank[] |
getRanks()
get the ranks for the divisions defined above if divisions.length = 3 then ranks.length must == 4 |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public RankNormalizer(Sequence sequence)
Method Detail |
public abstract double[] getRankDivisions()
public abstract Rank[] getRanks()
public Rank getRank(double value)
protected NormalDistribution buildNormalDistribution()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |