|
||||||||||
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.ExternalIDFilter
public class ExternalIDFilter
Class that turns a label column into an external ID column.
Nested Class Summary | |
---|---|
static class |
ExternalIDFilter.Parameterizer
Parameterization class. |
Field Summary | |
---|---|
static OptionID |
EXTERNALID_INDEX_ID
Optional parameter that specifies the index of the label to be used as external Id, must be an integer equal to or greater than 0. |
private int |
externalIdIndex
The index of the label to be used as external Id, null if no external id index is specified. |
Constructor Summary | |
---|---|
ExternalIDFilter(int externalIdIndex)
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 EXTERNALID_INDEX_ID
Key: -dbc.externalIdIndex
private final int externalIdIndex
Constructor Detail |
---|
public ExternalIDFilter(int externalIdIndex)
externalIdIndex
- 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 |