| 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 standalone 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
 
 See the  
de.lmu.ifi.dbs.elki.utilities.optionhandling package for
 documentation! | 
| Modifier and Type | Field and Description | 
|---|---|
private java.util.Collection<TrackedParameter> | 
KDDTask.settings
The settings used, for settings reporting. 
 | 
(package private) java.util.Collection<TrackedParameter> | 
KDDTask.Parameterizer.settings  | 
| Constructor and Description | 
|---|
KDDTask(InputStep inputStep,
       AlgorithmStep algorithmStep,
       EvaluationStep evaluationStep,
       OutputStep outputStep,
       java.util.Collection<TrackedParameter> settings)
Constructor. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static java.lang.String | 
AbstractApplication.usage(java.util.Collection<TrackedParameter> options)
Returns a usage message, explaining all known options 
 | 
| Modifier and Type | Field and Description | 
|---|---|
(package private) java.util.Collection<TrackedParameter> | 
SettingsResult.settings
Settings storage. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
java.util.Collection<TrackedParameter> | 
SettingsResult.getSettings()
Get the settings 
 | 
| Constructor and Description | 
|---|
SettingsResult(java.util.Collection<TrackedParameter> settings)
Constructor. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static void | 
OptionUtil.formatForConsole(java.lang.StringBuilder buf,
                int width,
                java.util.Collection<TrackedParameter> options)
Format a list of options (and associated owning objects) for console help
 output. 
 | 
| Modifier and Type | Field and Description | 
|---|---|
(package private) java.util.List<TrackedParameter> | 
TrackParameters.options
Tracking storage 
 | 
| Modifier and Type | Method and Description | 
|---|---|
java.util.Collection<TrackedParameter> | 
TrackParameters.getAllParameters()
Get all seen parameters, set or unset, along with their owner objects. 
 | 
| Constructor and Description | 
|---|
TrackParameters(Parameterization inner,
               java.lang.Object owner,
               java.util.List<TrackedParameter> options,
               java.util.Map<java.lang.Object,java.lang.Object> parents,
               java.util.Map<java.lang.Object,java.util.List<java.lang.Object>> children)
Internal constructor, for nested tracking. 
 | 
Copyright © 2019 ELKI Development Team. License information.