|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.rapidminer.tools.math.smoothing.SmoothingKernel
com.rapidminer.tools.math.smoothing.McLainSmoothingKernel
public class McLainSmoothingKernel
This class implements a McLain smoothing kernel with fixed epsilon on 1 for normalization, so that it returns a weight of 1 on distance 0.
Constructor Summary | |
---|---|
McLainSmoothingKernel()
|
Method Summary | |
---|---|
double |
getWeight(double distance)
|
java.lang.String |
toString()
|
Methods inherited from class com.rapidminer.tools.math.smoothing.SmoothingKernel |
---|
getWeight |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public McLainSmoothingKernel()
Method Detail |
---|
public double getWeight(double distance)
getWeight
in class SmoothingKernel
public java.lang.String toString()
toString
in class java.lang.Object
|
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |