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