Class ExternalNeighborhood.Factory.Par
- java.lang.Object
-
- elki.outlier.spatial.neighborhood.ExternalNeighborhood.Factory.Par
-
- All Implemented Interfaces:
elki.utilities.optionhandling.Parameterizer
- Enclosing class:
- ExternalNeighborhood.Factory
public static class ExternalNeighborhood.Factory.Par extends java.lang.Object implements elki.utilities.optionhandling.ParameterizerParameterization class.- Author:
- Erich Schubert
-
-
Field Summary
Fields Modifier and Type Field Description (package private) java.net.URIfileThe input file.static elki.utilities.optionhandling.OptionIDNEIGHBORHOOD_FILE_IDParameter to specify the neighborhood file
-
Constructor Summary
Constructors Constructor Description Par()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidconfigure(elki.utilities.optionhandling.parameterization.Parameterization config)ExternalNeighborhood.Factorymake()
-
-
-
Method Detail
-
configure
public void configure(elki.utilities.optionhandling.parameterization.Parameterization config)
- Specified by:
configurein interfaceelki.utilities.optionhandling.Parameterizer
-
make
public ExternalNeighborhood.Factory make()
- Specified by:
makein interfaceelki.utilities.optionhandling.Parameterizer
-
-