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 java.lang.String |
forceLabel
Optional label to force for this output.
|
static OptionID |
OUT_ID
Output file name parameter.
|
private java.io.File |
outputFile
Output file.
|
| Constructor and Description |
|---|
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, makepublic static final OptionID OUT_ID
public static final OptionID APPEND_ID
public static final OptionID FORCE_LABEL_ID
private java.io.File outputFile
private java.lang.String forceLabel
private boolean append
protected void makeOptions(Parameterization config)
AbstractParameterizermakeOptions in class AbstractParameterizerconfig - Parameterization to add options to.protected ClusteringVectorDumper makeInstance()
AbstractParameterizermakeInstance in class AbstractParameterizerCopyright © 2019 ELKI Development Team. License information.