org.apache.mahout.common.kernel
Class NormalKernelProfile

java.lang.Object
  extended by org.apache.mahout.common.kernel.NormalKernelProfile
All Implemented Interfaces:
IKernelProfile

public class NormalKernelProfile
extends Object
implements IKernelProfile


Constructor Summary
NormalKernelProfile()
           
 
Method Summary
 double calculateDerivativeValue(double distance, double h)
           
 double calculateValue(double distance, double h)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NormalKernelProfile

public NormalKernelProfile()
Method Detail

calculateValue

public double calculateValue(double distance,
                             double h)
Specified by:
calculateValue in interface IKernelProfile
Returns:
calculated value of the kernel

calculateDerivativeValue

public double calculateDerivativeValue(double distance,
                                       double h)
Specified by:
calculateDerivativeValue in interface IKernelProfile
Returns:
the calculated dervative value of the kernel


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