edu.stanford.math.plex4.streams.filter
public class ExplicitIntFilterFunction extends java.lang.Object implements IntFilterFunction
| Constructor and Description |
|---|
ExplicitIntFilterFunction(double[] values) |
| Modifier and Type | Method and Description |
|---|---|
double |
evaluate(int point) |
double |
getMaxValue() |
double |
getMinValue() |
double[] |
getValues() |
public double evaluate(int point)
evaluate in interface IntFilterFunctionpublic double getMaxValue()
getMaxValue in interface IntFilterFunctionpublic double getMinValue()
getMinValue in interface IntFilterFunctionpublic double[] getValues()
getValues in interface IntFilterFunction