Package elki.persistent
Class MemoryPageFileFactory.Par
- java.lang.Object
-
- elki.persistent.MemoryPageFileFactory.Par
-
- All Implemented Interfaces:
elki.utilities.optionhandling.Parameterizer
- Enclosing class:
- MemoryPageFileFactory<P extends Page>
public static class MemoryPageFileFactory.Par extends java.lang.ObjectParameterization class.- Author:
- Erich Schubert
-
-
Field Summary
-
Fields inherited from class elki.persistent.AbstractPageFileFactory.Par
PAGE_SIZE_ID, pageSize
-
-
Constructor Summary
Constructors Constructor Description Par()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MemoryPageFileFactory<Page>make()-
Methods inherited from class elki.persistent.AbstractPageFileFactory.Par
configure
-
-
-
-
Method Detail
-
make
public MemoryPageFileFactory<Page> make()
- Specified by:
makein interfaceelki.utilities.optionhandling.Parameterizer- Specified by:
makein classAbstractPageFileFactory.Par<Page>
-
-