Package elki.data.projection.random
Class RandomSubsetProjectionFamily.Par
- java.lang.Object
-
- elki.data.projection.random.AbstractRandomProjectionFamily.Par
-
- elki.data.projection.random.RandomSubsetProjectionFamily.Par
-
- All Implemented Interfaces:
Parameterizer
- Enclosing class:
- RandomSubsetProjectionFamily
public static class RandomSubsetProjectionFamily.Par extends AbstractRandomProjectionFamily.Par
Parameterization class.- Author:
- Erich Schubert
-
-
Field Summary
-
Fields inherited from class elki.data.projection.random.AbstractRandomProjectionFamily.Par
random, RANDOM_ID
-
-
Constructor Summary
Constructors Constructor Description Par()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RandomSubsetProjectionFamily
make()
Make an instance after successful configuration.-
Methods inherited from class elki.data.projection.random.AbstractRandomProjectionFamily.Par
configure
-
-
-
-
Method Detail
-
make
public RandomSubsetProjectionFamily 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
-
-