public static class ClusteringVectorDumper.Parameterizer extends AbstractParameterizer
Modifier and Type | Field and Description |
---|---|
private boolean |
append
Always append to the output file.
|
static OptionID |
APPEND_ID
Append flag.
|
static OptionID |
FORCE_LABEL_ID
Force label parameter.
|
private String |
forceLabel
Optional label to force for this output.
|
static OptionID |
OUT_ID
Output file name parameter.
|
private File |
outputFile
Output file.
|
Constructor and Description |
---|
ClusteringVectorDumper.Parameterizer() |
Modifier and Type | Method and Description |
---|---|
protected ClusteringVectorDumper |
makeInstance()
Make an instance after successful configuration.
|
protected void |
makeOptions(Parameterization config)
Add all options.
|
configure, make
public static final OptionID OUT_ID
public static final OptionID APPEND_ID
public static final OptionID FORCE_LABEL_ID
private File outputFile
private String forceLabel
private boolean append
public ClusteringVectorDumper.Parameterizer()
protected void makeOptions(Parameterization config)
AbstractParameterizer
makeOptions
in class AbstractParameterizer
config
- Parameterization to add options to.protected ClusteringVectorDumper makeInstance()
AbstractParameterizer
makeInstance
in class AbstractParameterizer
Copyright © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.