
public static class DiskCacheBasedDoubleDistanceFunction.Parameterizer extends AbstractParameterizer
| Modifier and Type | Field and Description |
|---|---|
protected OnDiskUpperTriangleMatrix |
cache |
static OptionID |
MATRIX_ID
Parameter that specifies the name of the distance matrix file.
|
| Constructor and Description |
|---|
DiskCacheBasedDoubleDistanceFunction.Parameterizer() |
| Modifier and Type | Method and Description |
|---|---|
protected DiskCacheBasedDoubleDistanceFunction |
makeInstance()
Make an instance after successful configuration.
|
protected void |
makeOptions(Parameterization config)
Add all options.
|
configure, makepublic static final OptionID MATRIX_ID
Key: -distance.matrix
protected OnDiskUpperTriangleMatrix cache
public DiskCacheBasedDoubleDistanceFunction.Parameterizer()
protected void makeOptions(Parameterization config)
AbstractParameterizermakeOptions in class AbstractParameterizerconfig - Parameterization to add options to.protected DiskCacheBasedDoubleDistanceFunction makeInstance()
AbstractParameterizermakeInstance in class AbstractParameterizerCopyright © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.