|
||||||||||
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.ShuffleObjectsFilter
public class ShuffleObjectsFilter
A filter to shuffle the dataset.
Nested Class Summary | |
---|---|
static class |
ShuffleObjectsFilter.Parameterizer
Parameterization class. |
Field Summary | |
---|---|
private static Logging |
logger
Class logger |
(package private) Long |
seed
Seed for randomly shuffling the rows of the database. |
static OptionID |
SEED_ID
Optional parameter to specify a seed for randomly shuffling the rows of the database. |
Constructor Summary | |
---|---|
ShuffleObjectsFilter(Long seed)
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 |
---|
private static final Logging logger
public static final OptionID SEED_ID
Key: -dbc.seed
final Long seed
Constructor Detail |
---|
public ShuffleObjectsFilter(Long seed)
seed
- Seed value, may be null
for a random seed.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 |