stat
Class CenterCenterDistanceStat

java.lang.Object
  extended bystat.Stat
      extended bystat.CenterCenterDistanceStat
All Implemented Interfaces:
java.lang.Runnable

public class CenterCenterDistanceStat
extends Stat
implements java.lang.Runnable

Calculates the distance between the centers of the current and compare parameter set arrays. Distance is just euclidean distance along each parameter axis, where the axes have been scaled by their ranges.


Constructor Summary
CenterCenterDistanceStat()
           
 
Method Summary
 void calculateStat()
           
 
Methods inherited from class stat.Stat
init, run, setOutputFile
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.lang.Runnable
run
 

Constructor Detail

CenterCenterDistanceStat

public CenterCenterDistanceStat()
Method Detail

calculateStat

public void calculateStat()
Overrides:
calculateStat in class Stat