org.apache.mahout.common.kernel
Interface IKernelProfile

All Known Implementing Classes:
NormalKernelProfile, TriangularKernelProfile

public interface IKernelProfile


Method Summary
 double calculateDerivativeValue(double distance, double h)
           
 double calculateValue(double distance, double h)
           
 

Method Detail

calculateValue

double calculateValue(double distance,
                      double h)
Returns:
calculated value of the kernel

calculateDerivativeValue

double calculateDerivativeValue(double distance,
                                double h)
Returns:
the calculated dervative value of the kernel


Copyright © 2008-2012 The Apache Software Foundation. All Rights Reserved.