Package | Description |
---|---|
de.lmu.ifi.dbs.elki |
ELKI framework "Environment for Developing KDD-Applications Supported by Index-Structures".
|
de.lmu.ifi.dbs.elki.application |
Base classes for stand alone applications.
|
de.lmu.ifi.dbs.elki.result |
Result types, representation and handling
|
de.lmu.ifi.dbs.elki.utilities.optionhandling |
Parameter handling and option descriptions.
|
de.lmu.ifi.dbs.elki.utilities.optionhandling.parameterization |
Configuration managers.
|
Modifier and Type | Field and Description |
---|---|
private Collection<TrackedParameter> |
KDDTask.settings
The settings used, for settings reporting.
|
(package private) Collection<TrackedParameter> |
KDDTask.Parameterizer.settings |
Constructor and Description |
---|
KDDTask(InputStep inputStep,
AlgorithmStep algorithmStep,
EvaluationStep evaluationStep,
OutputStep outputStep,
Collection<TrackedParameter> settings)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
static String |
AbstractApplication.usage(Collection<TrackedParameter> options)
Returns a usage message, explaining all known options
|
Modifier and Type | Field and Description |
---|---|
(package private) Collection<TrackedParameter> |
SettingsResult.settings
Settings storage.
|
Modifier and Type | Method and Description |
---|---|
Collection<TrackedParameter> |
SettingsResult.getSettings()
Get the settings
|
Constructor and Description |
---|
SettingsResult(Collection<TrackedParameter> settings)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
static void |
OptionUtil.formatForConsole(StringBuilder buf,
int width,
String indent,
Collection<TrackedParameter> options)
Format a list of options (and associated owning objects) for console help
output.
|
Modifier and Type | Field and Description |
---|---|
(package private) List<TrackedParameter> |
TrackParameters.options
Tracking storage
|
Modifier and Type | Method and Description |
---|---|
Collection<TrackedParameter> |
TrackParameters.getAllParameters()
Get all seen parameters, set or unset, along with their owner objects.
|
Constructor and Description |
---|
TrackParameters(Parameterization inner,
Object owner,
List<TrackedParameter> options,
Map<Object,Object> parents,
Map<Object,List<Object>> children)
Internal constructor, for nested tracking.
|
Copyright © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.