P - Page typepublic abstract static class AbstractPageFileFactory.Parameterizer<P extends Page> extends AbstractParameterizer
| Modifier and Type | Field and Description |
|---|---|
static OptionID |
PAGE_SIZE_ID
Parameter to specify the size of a page in bytes, must be an integer
greater than 0.
|
protected int |
pageSize
Page size
|
| Constructor and Description |
|---|
Parameterizer() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract PageFileFactory<P> |
makeInstance()
Make an instance after successful configuration.
|
protected void |
makeOptions(Parameterization config)
Add all options.
|
configure, makepublic static final OptionID PAGE_SIZE_ID
protected int pageSize
protected void makeOptions(Parameterization config)
AbstractParameterizermakeOptions in class AbstractParameterizerconfig - Parameterization to add options to.protected abstract PageFileFactory<P> makeInstance()
AbstractParameterizermakeInstance in class AbstractParameterizerCopyright © 2019 ELKI Development Team. License information.