Uses of Class
elki.logging.progress.StepProgress
-
Packages that use StepProgress Package Description elki.logging Logging facility for controlling logging behavior of the complete framework. -
-
Uses of StepProgress in elki.logging
Methods in elki.logging with parameters of type StepProgress Modifier and Type Method Description voidLogging. beginStep(StepProgress prog, int step, java.lang.String title)Begin a new algorithm step (unlessnull).voidLogging. setCompleted(StepProgress prog)Finish a progress (unlessnull).
-