be.hogent.tarsos.util
Class KernelDensityEstimate.Cosine

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

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


Constructor Summary
KernelDensityEstimate.Cosine()
           
 
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.Cosine

public KernelDensityEstimate.Cosine()
Method Detail

correlation

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