edu.stanford.math.plex
public abstract static class PointData.Predicate extends java.lang.Object
Predicate instances are used weed out points that are
uninteresting in a given context (e.g., density too low or high).| Constructor and Description |
|---|
PointData.Predicate() |
public abstract PointData data()
public abstract boolean use(int i)
i - The index of the point being considered.