Package elki.distance.probabilistic
Class HellingerDistance.Par
- java.lang.Object
-
- elki.distance.probabilistic.HellingerDistance.Par
-
- All Implemented Interfaces:
Parameterizer
- Enclosing class:
- HellingerDistance
public static class HellingerDistance.Par extends java.lang.Object implements Parameterizer
Parameterization class.- Author:
- Erich Schubert
-
-
Constructor Summary
Constructors Constructor Description Par()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description HellingerDistance
make()
Make an instance after successful configuration.-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface elki.utilities.optionhandling.Parameterizer
configure
-
-
-
-
Method Detail
-
make
public HellingerDistance 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.- Specified by:
make
in interfaceParameterizer
- Returns:
- a new instance
-
-