public static class OnDiskArrayPageFileFactory.Parameterizer extends AbstractPageFileFactory.Parameterizer<Page>
| Modifier and Type | Field and Description |
|---|---|
static OptionID |
FILE_ID
Optional parameter that specifies the name of the file storing the index.
|
private java.lang.String |
fileName
File name.
|
PAGE_SIZE_ID, pageSize| Constructor and Description |
|---|
Parameterizer() |
| Modifier and Type | Method and Description |
|---|---|
protected OnDiskArrayPageFileFactory<Page> |
makeInstance()
Make an instance after successful configuration.
|
protected void |
makeOptions(Parameterization config)
Add all options.
|
configure, makeprivate java.lang.String fileName
public static final OptionID FILE_ID
protected void makeOptions(Parameterization config)
AbstractParameterizermakeOptions in class AbstractPageFileFactory.Parameterizer<Page>config - Parameterization to add options to.protected OnDiskArrayPageFileFactory<Page> makeInstance()
AbstractParameterizermakeInstance in class AbstractPageFileFactory.Parameterizer<Page>Copyright © 2019 ELKI Development Team. License information.