
public static class DiskCacheBasedDoubleDistanceFunction.Parameterizer extends AbstractParameterizer
| Modifier and Type | Field and Description | 
|---|---|
| protected OnDiskUpperTriangleMatrix | cache | 
| 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, makeprotected 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 AbstractParameterizer