ca.aura.algorithms.normalizer
Class IncreasingRankNormalizer

java.lang.Object
  |
  +--ca.aura.algorithms.normalizer.RankNormalizer
        |
        +--ca.aura.algorithms.normalizer.IncreasingRankNormalizer

public class IncreasingRankNormalizer
extends RankNormalizer

Author:
Andrew

Constructor Summary
IncreasingRankNormalizer(Sequence sequence)
          you cannot create a rank directly
 
Method Summary
 double[] getRankDivisions()
          get the divisions of st.
 Rank[] getRanks()
          get the ranks for the divisions defined above if divisions.length = 3 then ranks.length must == 4
 
Methods inherited from class ca.aura.algorithms.normalizer.RankNormalizer
buildNormalDistribution, getRank
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IncreasingRankNormalizer

public IncreasingRankNormalizer(Sequence sequence)
you cannot create a rank directly

Method Detail

getRankDivisions

public double[] getRankDivisions()
Description copied from class: RankNormalizer
get the divisions of st. dev to break up the rank into sections

Specified by:
getRankDivisions in class RankNormalizer
See Also:
ca.aura.rank.RankNormalizer#getRankDivisions()

getRanks

public Rank[] getRanks()
Description copied from class: RankNormalizer
get the ranks for the divisions defined above if divisions.length = 3 then ranks.length must == 4

Specified by:
getRanks in class RankNormalizer
See Also:
ca.aura.rank.RankNormalizer#getRanks()


Copyright © 2002 University of Ottawa. All Rights Reserved.