scratch.scott
Class RankNormalizer

java.lang.Object
  extended by scratch.scott.RankNormalizer

public class RankNormalizer
extends Object

Author:
Scott White

Constructor Summary
RankNormalizer(List rankings, int min, int max)
           
 
Method Summary
 int getNormalizedValue(double score)
           
static void main(String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RankNormalizer

public RankNormalizer(List rankings,
                      int min,
                      int max)
Method Detail

getNormalizedValue

public int getNormalizedValue(double score)

main

public static void main(String[] args)
                 throws IOException
Throws:
IOException