net.beadsproject.beads.analysis
Class FeatureSort

java.lang.Object
  extended by net.beadsproject.beads.analysis.FeatureSort

public class FeatureSort
extends java.lang.Object


Constructor Summary
FeatureSort()
           
 
Method Summary
static float distance(float[] a, float[] b)
           
static java.util.Collection<java.lang.Double> distanceFromTarget(FeatureTrack track, java.lang.String featureName, float[] target)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FeatureSort

public FeatureSort()
Method Detail

distanceFromTarget

public static java.util.Collection<java.lang.Double> distanceFromTarget(FeatureTrack track,
                                                                        java.lang.String featureName,
                                                                        float[] target)

distance

public static float distance(float[] a,
                             float[] b)