util.apps
Class WindowScoreSmoother

java.lang.Object
  extended byutil.apps.WindowScoreSmoother

public class WindowScoreSmoother
extends java.lang.Object

Slides a window across an array of numbers averaging the scores.


Constructor Summary
WindowScoreSmoother()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WindowScoreSmoother

public WindowScoreSmoother()
Method Detail

main

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