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