Package elki.datasource.filter.selection
Class SortByLabelFilter
- java.lang.Object
-
- elki.datasource.filter.selection.SortByLabelFilter
-
- All Implemented Interfaces:
elki.datasource.filter.ObjectFilter
public class SortByLabelFilter extends java.lang.Object implements elki.datasource.filter.ObjectFilterA filter to sort the data set by some label. The filter sorts the labels in alphabetical order.- Since:
- 0.4.0
- Author:
- Erich Schubert
-
-
Field Summary
Fields Modifier and Type Field Description private static elki.logging.LoggingLOGClass logger
-
Constructor Summary
Constructors Constructor Description SortByLabelFilter()Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description elki.datasource.bundle.MultipleObjectsBundlefilter(elki.datasource.bundle.MultipleObjectsBundle objects)
-