Package elki.index.lsh.hashfamilies
Class EuclideanHashFunctionFamily.Par
- java.lang.Object
-
- elki.index.lsh.hashfamilies.AbstractProjectedHashFunctionFamily.Par
-
- elki.index.lsh.hashfamilies.EuclideanHashFunctionFamily.Par
-
- All Implemented Interfaces:
Parameterizer
- Enclosing class:
- EuclideanHashFunctionFamily
public static class EuclideanHashFunctionFamily.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 EuclideanHashFunctionFamily
make()
Make an instance after successful configuration.-
Methods inherited from class elki.index.lsh.hashfamilies.AbstractProjectedHashFunctionFamily.Par
configure
-
-
-
-
Method Detail
-
make
public EuclideanHashFunctionFamily 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
-
-