|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.rapidminer.tools.math.smoothing.SmoothingKernel
public abstract class SmoothingKernel
This class provides the functionality of a smoothing kernel, which returns weights depended on a norm distance. Additionally, this class provides a convenient method for normalizing the distances to 1.
| Constructor Summary | |
|---|---|
SmoothingKernel()
|
|
| Method Summary | |
|---|---|
abstract double |
getWeight(double distance)
|
double |
getWeight(double distance,
double normalizationConstant)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SmoothingKernel()
| Method Detail |
|---|
public double getWeight(double distance,
double normalizationConstant)
public abstract double getWeight(double distance)
|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||