public static class CosineHashFunctionFamily.Parameterizer extends AbstractParameterizer
Modifier and Type | Field and Description |
---|---|
(package private) int |
k
The number of projections to use for each hash function.
|
static OptionID |
NUMPROJ_ID
Number of projections to use in each hash function.
|
(package private) RandomFactory |
random
Random generator to use.
|
static OptionID |
RANDOM_ID
Parameter for fixing the random seed.
|
Constructor and Description |
---|
CosineHashFunctionFamily.Parameterizer() |
Modifier and Type | Method and Description |
---|---|
protected CosineHashFunctionFamily |
makeInstance()
Make an instance after successful configuration.
|
protected void |
makeOptions(Parameterization config)
Add all options.
|
configure, make
public static final OptionID RANDOM_ID
public static final OptionID NUMPROJ_ID
RandomFactory random
int k
public CosineHashFunctionFamily.Parameterizer()
protected void makeOptions(Parameterization config)
AbstractParameterizer
makeOptions
in class AbstractParameterizer
config
- Parameterization to add options to.protected CosineHashFunctionFamily makeInstance()
AbstractParameterizer
makeInstance
in class AbstractParameterizer
Copyright © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.