Class ExternalIDFilter
- java.lang.Object
-
- elki.datasource.filter.typeconversions.ExternalIDFilter
-
- All Implemented Interfaces:
ObjectFilter
public class ExternalIDFilter extends java.lang.Object implements ObjectFilter
Class that turns a label column into an external ID column.- Since:
- 0.4.0
- Author:
- Erich Schubert
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classExternalIDFilter.ParParameterization class.
-
Field Summary
Fields Modifier and Type Field Description private intexternalIdIndexThe index of the label to be used as external Id.
-
Constructor Summary
Constructors Constructor Description ExternalIDFilter(int externalIdIndex)Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MultipleObjectsBundlefilter(MultipleObjectsBundle objects)Filter a set of object packages.
-
-
-
Method Detail
-
filter
public MultipleObjectsBundle filter(MultipleObjectsBundle objects)
Description copied from interface:ObjectFilterFilter a set of object packages.- Specified by:
filterin interfaceObjectFilter- Parameters:
objects- Object to filter- Returns:
- Filtered objects
-
-