de.lmu.ifi.dbs.elki.datasource.filter
Class SortByLabelFilter

java.lang.Object
  extended by de.lmu.ifi.dbs.elki.datasource.filter.SortByLabelFilter
All Implemented Interfaces:
ObjectFilter

public class SortByLabelFilter
extends Object
implements ObjectFilter

A filter to sort the data set by some label.


Field Summary
private static Logging logger
          Class logger
 
Constructor Summary
SortByLabelFilter()
          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

logger

private static final Logging logger
Class logger

Constructor Detail

SortByLabelFilter

public SortByLabelFilter()
Constructor.

Method Detail

filter

public MultipleObjectsBundle filter(MultipleObjectsBundle objects)
Description copied from interface: ObjectFilter
Filter a set of object packages.

Specified by:
filter in interface ObjectFilter
Parameters:
objects - Object to filter
Returns:
Filtered objects

Release 0.4.0 (2011-09-20_1324)