Environment for
DeveLoping
KDD-Applications
Supported by Index-Structures

Package de.lmu.ifi.dbs.elki.utilities

Package collects various classes and methods of global utility.

See:
          Description

Interface Summary
Enumeratable<E extends Enumeratable<E>> Defines the requirements for an enumeratable object, i.e. an object which allows to enumerate over its children (e.g. a node in a tree).
Identifiable<O> Defines the requiremnts for objects that are identifiable, i.e. objects which have an unique id.
 

Class Summary
BreadthFirstEnumeration<E extends Enumeratable<E>> Provides a breadth first enumeration over enumeratable objects.
ConstantObject<D extends ConstantObject<D>> ConstantObject provides a parent class for constant objects, that are immutable and unique by class and name.
Description Class to provide a description wrapper for CLI information concerning an algorithm.
DoublePair todo comments
HyperBoundingBox HyperBoundingBox represents a hyperrectangle in the multidimensional space.
IDDoublePair Encapsulates the attributes of a pair containing an integer id and a double value.
IDDoublePairComparatorDescDouble A comparator for IDDoublePairs.
IDIDDoubleTriple Encapsulates the attributes of a pair containing two integer ids and a double value.
IDPropertyPair<P> Holds a pair of an id (int) and another type.
IntegerIntegerPair  
IntegerTriple Provides a key of three integers.
Interval Represents an interval in a certain dimension of the data space.
KNNList<D extends Distance<D>> A wrapper class for storing the k most similar comparable objects.
PatternBasedFileFilter Provides a file filter based on a pattern to define acceptable pathnames.
Progress A progress object for a given overal number of items to process.
PropertyPermutationComparator<P> Provides a comparator for an IDPropertyPair with property of type P
QueryResult<D extends Distance<D>> QueryResult holds the id of a database object and its distance to a special query object.
Queue<O> Provides a simple queue with a linked list data structure.
Subspace<V extends RealVector<V,?>> Represents a subspace of the original dataspace.
Util  
 

Exception Summary
UnableToComplyException General Exception to state inability to execute an operation.
 

Package de.lmu.ifi.dbs.elki.utilities Description

Package collects various classes and methods of global utility.


Release 0.1 (2008-07-10_1838)