Package elki.datasource.filter
Class FixedDBIDsFilter
- java.lang.Object
-
- elki.datasource.filter.FixedDBIDsFilter
-
- All Implemented Interfaces:
elki.datasource.filter.ObjectFilter
public class FixedDBIDsFilter extends java.lang.Object implements elki.datasource.filter.ObjectFilterThis filter assigns static DBIDs, based on the sequence the objects appear in the bundle by adding a column of DBID type to the bundle.- Since:
- 0.4.0
- Author:
- Erich Schubert
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classFixedDBIDsFilter.ParParameterization class.
-
Constructor Summary
Constructors Constructor Description FixedDBIDsFilter(int startid)Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description elki.datasource.bundle.MultipleObjectsBundlefilter(elki.datasource.bundle.MultipleObjectsBundle objects)
-