Package elki.outlier.lof
Class OnlineLOF.Par<O>
- java.lang.Object
-
- elki.outlier.lof.FlexibleLOF.Par<O>
-
- elki.outlier.lof.OnlineLOF.Par<O>
-
- All Implemented Interfaces:
Parameterizer
public static class OnlineLOF.Par<O> extends FlexibleLOF.Par<O>
Parameterization class.- Author:
- Erich Schubert
-
-
Field Summary
-
Fields inherited from class elki.outlier.lof.FlexibleLOF.Par
distance, kreach, KREACH_ID, KREF_ID, krefer, REACHABILITY_DISTANCE_FUNCTION_ID, reachabilityDistance
-
-
Constructor Summary
Constructors Constructor Description Par()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OnlineLOF<O>
make()
Make an instance after successful configuration.-
Methods inherited from class elki.outlier.lof.FlexibleLOF.Par
configure
-
-
-
-
Method Detail
-
make
public OnlineLOF<O> 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
- Overrides:
make
in classFlexibleLOF.Par<O>
- Returns:
- a new instance
-
-