be.hogent.tarsos.util
Class KernelDensityEstimate.Overlap

java.lang.Object
  extended by be.hogent.tarsos.util.KernelDensityEstimate.Overlap
All Implemented Interfaces:
KernelDensityEstimate.KDECorrelation
Enclosing class:
KernelDensityEstimate

public static class KernelDensityEstimate.Overlap
extends java.lang.Object
implements KernelDensityEstimate.KDECorrelation


Constructor Summary
KernelDensityEstimate.Overlap()
           
 
Method Summary
 double correlation(KernelDensityEstimate first, KernelDensityEstimate other, int shift)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KernelDensityEstimate.Overlap

public KernelDensityEstimate.Overlap()
Method Detail

correlation

public double correlation(KernelDensityEstimate first,
                          KernelDensityEstimate other,
                          int shift)
Specified by:
correlation in interface KernelDensityEstimate.KDECorrelation