|
||||||||||
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.FixedDBIDsFilter
public class FixedDBIDsFilter
This filter assigns static DBIDs, based on the sequence the objects appear in the bundle by adding a column of DBID type to the bundle.
Nested Class Summary | |
---|---|
static class |
FixedDBIDsFilter.Parameterizer
Parameterization class. |
Field Summary | |
---|---|
static OptionID |
IDSTART_ID
Optional parameter to specify the first object ID to use. |
(package private) int |
startid
The first ID to assign |
Constructor Summary | |
---|---|
FixedDBIDsFilter(int startid)
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 |
---|
public static final OptionID IDSTART_ID
Key: -dbc.startid
final int startid
Constructor Detail |
---|
public FixedDBIDsFilter(int startid)
startid
- ID to start enumerating with.Method 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 |