Uses of Class
elki.utilities.optionhandling.parameterization.TrackedParameter
-
Packages that use TrackedParameter Package Description elki ELKI framework "Environment for Developing KDD-Applications Supported by Index-Structures".elki.application Base classes for standalone applications.elki.result Result types, representation and handling.elki.utilities.optionhandling Parameter handling and option descriptions.elki.utilities.optionhandling.parameterization Configuration managers. -
-
Uses of TrackedParameter in elki
Fields in elki with type parameters of type TrackedParameter Modifier and Type Field Description (package private) java.util.Collection<TrackedParameter>
KDDTask.Par. settings
private java.util.Collection<TrackedParameter>
KDDTask. settings
The settings used, for settings reporting.Constructor parameters in elki with type arguments of type TrackedParameter Constructor Description KDDTask(InputStep inputStep, AlgorithmStep algorithmStep, EvaluationStep evaluationStep, OutputStep outputStep, java.util.Collection<TrackedParameter> settings)
Constructor. -
Uses of TrackedParameter in elki.application
Method parameters in elki.application with type arguments of type TrackedParameter Modifier and Type Method Description static java.lang.String
AbstractApplication. usage(java.util.Collection<TrackedParameter> options)
Returns a usage message, explaining all known options -
Uses of TrackedParameter in elki.result
Constructor parameters in elki.result with type arguments of type TrackedParameter Constructor Description SettingsResult(java.util.Collection<TrackedParameter> settings)
Constructor. -
Uses of TrackedParameter in elki.utilities.optionhandling
Method parameters in elki.utilities.optionhandling with type arguments of type TrackedParameter Modifier and Type Method 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. -
Uses of TrackedParameter in elki.utilities.optionhandling.parameterization
Fields in elki.utilities.optionhandling.parameterization with type parameters of type TrackedParameter Modifier and Type Field Description (package private) java.util.List<TrackedParameter>
TrackParameters. options
Tracking storageMethods in elki.utilities.optionhandling.parameterization that return types with arguments of type TrackedParameter Modifier and Type Method Description java.util.Collection<TrackedParameter>
TrackParameters. getAllParameters()
Get all seen parameters, set or unset, along with their owner objects.Constructor parameters in elki.utilities.optionhandling.parameterization with type arguments of type TrackedParameter Constructor 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.
-