|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object de.lmu.ifi.dbs.elki.datasource.filter.FilterByLabelFilter
public class FilterByLabelFilter
A filter to sort the data set by some label.
Nested Class Summary | |
---|---|
static class |
FilterByLabelFilter.Parameterizer
Parameterization class. |
Field Summary | |
---|---|
private boolean |
inverted
Inversion flag |
private static Logging |
logger
Class logger |
private Pattern |
pattern
The filter pattern |
Constructor Summary | |
---|---|
FilterByLabelFilter(Pattern pattern,
boolean inverted)
Constructor. |
Method Summary | |
---|---|
MultipleObjectsBundle |
filter(MultipleObjectsBundle objects)
Filter a set of object packages. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private static final Logging logger
private final Pattern pattern
private final boolean inverted
Constructor Detail |
---|
public FilterByLabelFilter(Pattern pattern, boolean inverted)
pattern
- Filter patterninverted
- Inversion flagMethod Detail |
---|
public MultipleObjectsBundle filter(MultipleObjectsBundle objects)
ObjectFilter
filter
in interface ObjectFilter
objects
- Object to filter
|
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |