| Package | Description | 
|---|---|
| de.lmu.ifi.dbs.elki.logging | 
 Logging facility for controlling logging behavior of the complete framework. 
 | 
| de.lmu.ifi.dbs.elki.logging.progress | 
 Progress status objects (for UI) 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
Logging.incrementProcessed(AbstractProgress prog)
Increment a progress (unless  
null). | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
FiniteProgress
A progress object for a given overall number of items to process. 
 | 
class  | 
IndefiniteProgress
Progress class without a fixed destination value. 
 | 
class  | 
MutableProgress
Progress class with a moving target. 
 | 
class  | 
StepProgress
This progress class is used for multi-step processing. 
 | 
Copyright © 2019 ELKI Development Team. License information.