Package elki.result
Class ClusteringVectorDumper.Par
- java.lang.Object
-
- elki.result.ClusteringVectorDumper.Par
-
- All Implemented Interfaces:
elki.utilities.optionhandling.Parameterizer
- Enclosing class:
- ClusteringVectorDumper
public static class ClusteringVectorDumper.Par extends java.lang.Object implements elki.utilities.optionhandling.ParameterizerParameterization class.- Author:
- Erich Schubert
-
-
Field Summary
Fields Modifier and Type Field Description private booleanappendAlways append to the output file.static elki.utilities.optionhandling.OptionIDAPPEND_IDAppend flag.static elki.utilities.optionhandling.OptionIDFORCE_LABEL_IDForce label parameter.private java.lang.StringforceLabelOptional label to force for this output.static elki.utilities.optionhandling.OptionIDOUT_IDOutput file name parameter.private java.nio.file.PathoutputFileOutput 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)ClusteringVectorDumpermake()
-
-
-
Field Detail
-
OUT_ID
public static final elki.utilities.optionhandling.OptionID OUT_ID
Output file name parameter.
-
APPEND_ID
public static final elki.utilities.optionhandling.OptionID APPEND_ID
Append flag.
-
FORCE_LABEL_ID
public static final elki.utilities.optionhandling.OptionID FORCE_LABEL_ID
Force label parameter.
-
outputFile
private java.nio.file.Path outputFile
Output file.
-
forceLabel
private java.lang.String forceLabel
Optional label to force for this output.
-
append
private boolean append
Always append to the output file.
-
-
Method Detail
-
configure
public void configure(elki.utilities.optionhandling.parameterization.Parameterization config)
- Specified by:
configurein interfaceelki.utilities.optionhandling.Parameterizer
-
make
public ClusteringVectorDumper make()
- Specified by:
makein interfaceelki.utilities.optionhandling.Parameterizer
-
-