|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.rapidminer.tools.math.function.window.WindowFunction
com.rapidminer.tools.math.function.window.BlackmanHarrisWindowFunction
public class BlackmanHarrisWindowFunction
A Blackman-Harris window function.
Field Summary |
---|
Fields inherited from class com.rapidminer.tools.math.function.window.WindowFunction |
---|
BARTLETT, BLACKMAN, BLACKMAN_HARRIS, FUNCTION_NAMES, FUNCTIONS, GAUSSIAN, HAMMING, HANN, JUSTIFY_CENTER, JUSTIFY_LEFT, JUSTIFY_RIGHT, RECTANGULAR, TRIANGULAR |
Constructor Summary | |
---|---|
BlackmanHarrisWindowFunction(java.lang.Integer width)
|
|
BlackmanHarrisWindowFunction(java.lang.Integer width,
java.lang.Integer justification)
|
Method Summary | |
---|---|
protected double |
getValue(int width,
int n)
|
Methods inherited from class com.rapidminer.tools.math.function.window.WindowFunction |
---|
createWindowFunction, createWindowFunction, createWindowFunction, createWindowFunction, getValue, getWeights |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BlackmanHarrisWindowFunction(java.lang.Integer width)
public BlackmanHarrisWindowFunction(java.lang.Integer width, java.lang.Integer justification)
Method Detail |
---|
protected double getValue(int width, int n)
getValue
in class WindowFunction
|
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |