Uses of Class
elki.utilities.optionhandling.parameterization.TrackParameters
-
Packages that use TrackParameters Package Description elki.gui.configurator Configurator components.elki.gui.util Utility classes for GUIs (e.g., a class to display a logging panel). -
-
Uses of TrackParameters in elki.gui.configurator
Methods in elki.gui.configurator with parameters of type TrackParameters Modifier and Type Method Description voidAbstractParameterConfigurator. addParameter(java.lang.Object owner, Parameter<?> param, TrackParameters track)voidClassListParameterConfigurator. addParameter(java.lang.Object owner, Parameter<?> param, TrackParameters track)voidClassParameterConfigurator. addParameter(java.lang.Object owner, Parameter<?> param, TrackParameters track)voidConfiguratorPanel. addParameter(java.lang.Object owner, Parameter<?> param, TrackParameters track)Add parameter to this panel.voidParameterConfigurator. addParameter(java.lang.Object owner, Parameter<?> param, TrackParameters track)Add a parameter to the panel. -
Uses of TrackParameters in elki.gui.util
Methods in elki.gui.util with parameters of type TrackParameters Modifier and Type Method Description voidDynamicParameters. updateFromTrackParameters(TrackParameters track)Update the Parameter list from the collected options of an ELKI context
-