trans.main
Class SetNumberIntervalMaker

java.lang.Object
  extended bytrans.main.SetNumberIntervalMaker

public class SetNumberIntervalMaker
extends java.lang.Object

Determines the threshold(s) needed to generate a set number of intervals, multiple score indexes accepted.


Constructor Summary
SetNumberIntervalMaker(java.lang.String[] args)
           
 
Method Summary
 void addIt()
           
 Window fetchGoodWindow(double minScoreInt)
           
static void main(java.lang.String[] args)
           
 int makeMockIntervals(double minScoreInt)
          Returns the number of intervals that can be made at a given cutoff
 double[] minMaxWindowScores()
          Finds min max
static void printDocs()
           
 void processArgs(java.lang.String[] args)
          This method will process each argument and assign new varibles
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SetNumberIntervalMaker

public SetNumberIntervalMaker(java.lang.String[] args)
Method Detail

minMaxWindowScores

public double[] minMaxWindowScores()
Finds min max


makeMockIntervals

public int makeMockIntervals(double minScoreInt)
Returns the number of intervals that can be made at a given cutoff


addIt

public void addIt()

fetchGoodWindow

public Window fetchGoodWindow(double minScoreInt)

processArgs

public void processArgs(java.lang.String[] args)
This method will process each argument and assign new varibles


printDocs

public static void printDocs()

main

public static void main(java.lang.String[] args)