be.hogent.tarsos.util
Interface KernelDensityEstimate.KDECorrelation

All Known Implementing Classes:
KernelDensityEstimate.Cosine, KernelDensityEstimate.Overlap
Enclosing class:
KernelDensityEstimate

public static interface KernelDensityEstimate.KDECorrelation


Method Summary
 double correlation(KernelDensityEstimate first, KernelDensityEstimate other, int shift)
           
 

Method Detail

correlation

double correlation(KernelDensityEstimate first,
                   KernelDensityEstimate other,
                   int shift)