Package elki.index.lsh.hashfamilies
Class ManhattanHashFunctionFamily.Par
- java.lang.Object
-
- elki.index.lsh.hashfamilies.AbstractProjectedHashFunctionFamily.Par
-
- elki.index.lsh.hashfamilies.ManhattanHashFunctionFamily.Par
-
- All Implemented Interfaces:
Parameterizer
- Enclosing class:
- ManhattanHashFunctionFamily
public static class ManhattanHashFunctionFamily.Par extends AbstractProjectedHashFunctionFamily.Par
Parameterization class.- Author:
- Erich Schubert
-
-
Field Summary
-
Fields inherited from class elki.index.lsh.hashfamilies.AbstractProjectedHashFunctionFamily.Par
k, NUMPROJ_ID, random, RANDOM_ID, width, WIDTH_ID
-
-
Constructor Summary
Constructors Constructor Description Par()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ManhattanHashFunctionFamily
make()
Make an instance after successful configuration.-
Methods inherited from class elki.index.lsh.hashfamilies.AbstractProjectedHashFunctionFamily.Par
configure
-
-
-
-
Method Detail
-
make
public ManhattanHashFunctionFamily make()
Description copied from interface:Parameterizer
Make an instance after successful configuration.Note: your class should return the exact type, only this very broad interface should use
Object
as return type.- Returns:
- a new instance
-
-