|
|
|||||||||||||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||||||||||||||
| Packages that use de.lmu.ifi.dbs.elki.utilities | |
|---|---|
| de.lmu.ifi.dbs.elki.algorithm | Package to collect algorithms suitable as a task for the KDDTask main routine. |
| de.lmu.ifi.dbs.elki.algorithm.clustering | Package collects clustering algorithms. |
| de.lmu.ifi.dbs.elki.algorithm.clustering.correlation | Package to collect correlation clustering algorithms suitable as a task for the KDDTask main routine. |
| de.lmu.ifi.dbs.elki.algorithm.clustering.correlation.cash | Helper classes for the CASH algorithm. |
| de.lmu.ifi.dbs.elki.algorithm.clustering.subspace | Package to collect algorithms for clustering in axis-parallel subspaces, suitable as a task for the KDDTask main routine. |
| de.lmu.ifi.dbs.elki.algorithm.clustering.subspace.clique | Helper classes for the CLIQUE algorithm. |
| de.lmu.ifi.dbs.elki.algorithm.result | Package to collect result classes for the results of algorithms. |
| de.lmu.ifi.dbs.elki.algorithm.result.clustering | Package to collect result classes for the results of clustering algorithms. |
| de.lmu.ifi.dbs.elki.algorithm.result.clustering.biclustering | Package to collect result classes for the results of biclustering algorithms. |
| de.lmu.ifi.dbs.elki.data | Package collects basic classes for different data types, database object types and label types. |
| de.lmu.ifi.dbs.elki.database | Package collects variants of databases and related classes. |
| de.lmu.ifi.dbs.elki.distance.distancefunction | Package collects distance functions. |
| de.lmu.ifi.dbs.elki.index.tree.metrical | Package collects metrical tree-based index structures. |
| de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants | Package collects variants of the M-Tree. |
| de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.mkapp | Package collects classes for the
MkAppTree |
| de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.mkcop | Package collects classes for the
MkCoPTree |
| de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.mkmax | Package collects classes for the
MkMaxTree |
| de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.mktab | Package collects classes for the
MkTabTree |
| de.lmu.ifi.dbs.elki.index.tree.spatial | Package collects spatial tree-based index structures. |
| de.lmu.ifi.dbs.elki.index.tree.spatial.rstarvariants | Package collects variants of the R*-Tree. |
| de.lmu.ifi.dbs.elki.index.tree.spatial.rstarvariants.deliclu | Package collects classes for the
DeLiCluTree |
| de.lmu.ifi.dbs.elki.index.tree.spatial.rstarvariants.rdknn | Package collects classes for the
RdKNNTree |
| de.lmu.ifi.dbs.elki.logging | Logging facility for controlling logging behaviour of the complete framework. |
| de.lmu.ifi.dbs.elki.math.statistics | Package to support statistical tests and methods. |
| de.lmu.ifi.dbs.elki.preprocessing | Package collects preprocessors used for data preparation in a first step of various algorithms or distance measures. |
| de.lmu.ifi.dbs.elki.properties | Contains the property-file and related classes for property handling. |
| de.lmu.ifi.dbs.elki.utilities | Package collects various classes and methods of global utility. |
| de.lmu.ifi.dbs.elki.utilities.heap | Package collects variants of heap structures. |
| de.lmu.ifi.dbs.elki.utilities.optionhandling | Package collects classes required for handling and description of options for any parameterizable class. |
| de.lmu.ifi.dbs.elki.utilities.output | Helper-classes for output formatting. |
| Classes in de.lmu.ifi.dbs.elki.utilities used by de.lmu.ifi.dbs.elki.algorithm | |
|---|---|
| Description
Class to provide a description wrapper for CLI information concerning an algorithm. |
|
| KNNList
A wrapper class for storing the k most similar comparable objects. |
|
| Classes in de.lmu.ifi.dbs.elki.utilities used by de.lmu.ifi.dbs.elki.algorithm.clustering | |
|---|---|
| Description
Class to provide a description wrapper for CLI information concerning an algorithm. |
|
| Identifiable
Defines the requiremnts for objects that are identifiable, i.e. objects which have an unique id. |
|
| Progress
A progress object for a given overal number of items to process. |
|
| Classes in de.lmu.ifi.dbs.elki.utilities used by de.lmu.ifi.dbs.elki.algorithm.clustering.correlation | |
|---|---|
| Description
Class to provide a description wrapper for CLI information concerning an algorithm. |
|
| Progress
A progress object for a given overal number of items to process. |
|
| UnableToComplyException
General Exception to state inability to execute an operation. |
|
| Classes in de.lmu.ifi.dbs.elki.utilities used by de.lmu.ifi.dbs.elki.algorithm.clustering.correlation.cash | |
|---|---|
| HyperBoundingBox
HyperBoundingBox represents a hyperrectangle in the multidimensional space. |
|
| Identifiable
Defines the requiremnts for objects that are identifiable, i.e. objects which have an unique id. |
|
| Classes in de.lmu.ifi.dbs.elki.utilities used by de.lmu.ifi.dbs.elki.algorithm.clustering.subspace | |
|---|---|
| Description
Class to provide a description wrapper for CLI information concerning an algorithm. |
|
| QueryResult
QueryResult holds the id of a database object and its distance to a special query object. |
|
| Classes in de.lmu.ifi.dbs.elki.utilities used by de.lmu.ifi.dbs.elki.algorithm.clustering.subspace.clique | |
|---|---|
| Interval
Represents an interval in a certain dimension of the data space. |
|
| Subspace
Represents a subspace of the original dataspace. |
|
| Classes in de.lmu.ifi.dbs.elki.utilities used by de.lmu.ifi.dbs.elki.algorithm.result | |
|---|---|
| KNNList
A wrapper class for storing the k most similar comparable objects. |
|
| UnableToComplyException
General Exception to state inability to execute an operation. |
|
| Classes in de.lmu.ifi.dbs.elki.utilities used by de.lmu.ifi.dbs.elki.algorithm.result.clustering | |
|---|---|
| Enumeratable
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
Defines the requiremnts for objects that are identifiable, i.e. objects which have an unique id. |
|
| UnableToComplyException
General Exception to state inability to execute an operation. |
|
| Classes in de.lmu.ifi.dbs.elki.utilities used by de.lmu.ifi.dbs.elki.algorithm.result.clustering.biclustering | |
|---|---|
| UnableToComplyException
General Exception to state inability to execute an operation. |
|
| Classes in de.lmu.ifi.dbs.elki.utilities used by de.lmu.ifi.dbs.elki.data | |
|---|---|
| HyperBoundingBox
HyperBoundingBox represents a hyperrectangle in the multidimensional space. |
|
| Classes in de.lmu.ifi.dbs.elki.utilities used by de.lmu.ifi.dbs.elki.database | |
|---|---|
| ConstantObject
ConstantObject provides a parent class for constant objects, that are immutable and unique by class and name. |
|
| QueryResult
QueryResult holds the id of a database object and its distance to a special query object. |
|
| UnableToComplyException
General Exception to state inability to execute an operation. |
|
| Classes in de.lmu.ifi.dbs.elki.utilities used by de.lmu.ifi.dbs.elki.distance.distancefunction | |
|---|---|
| HyperBoundingBox
HyperBoundingBox represents a hyperrectangle in the multidimensional space. |
|
| Classes in de.lmu.ifi.dbs.elki.utilities used by de.lmu.ifi.dbs.elki.index.tree.metrical | |
|---|---|
| QueryResult
QueryResult holds the id of a database object and its distance to a special query object. |
|
| Classes in de.lmu.ifi.dbs.elki.utilities used by de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants | |
|---|---|
| KNNList
A wrapper class for storing the k most similar comparable objects. |
|
| QueryResult
QueryResult holds the id of a database object and its distance to a special query object. |
|
| Classes in de.lmu.ifi.dbs.elki.utilities used by de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.mkapp | |
|---|---|
| KNNList
A wrapper class for storing the k most similar comparable objects. |
|
| QueryResult
QueryResult holds the id of a database object and its distance to a special query object. |
|
| Classes in de.lmu.ifi.dbs.elki.utilities used by de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.mkcop | |
|---|---|
| KNNList
A wrapper class for storing the k most similar comparable objects. |
|
| QueryResult
QueryResult holds the id of a database object and its distance to a special query object. |
|
| Classes in de.lmu.ifi.dbs.elki.utilities used by de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.mkmax | |
|---|---|
| KNNList
A wrapper class for storing the k most similar comparable objects. |
|
| QueryResult
QueryResult holds the id of a database object and its distance to a special query object. |
|
| Classes in de.lmu.ifi.dbs.elki.utilities used by de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.mktab | |
|---|---|
| KNNList
A wrapper class for storing the k most similar comparable objects. |
|
| QueryResult
QueryResult holds the id of a database object and its distance to a special query object. |
|
| Classes in de.lmu.ifi.dbs.elki.utilities used by de.lmu.ifi.dbs.elki.index.tree.spatial | |
|---|---|
| HyperBoundingBox
HyperBoundingBox represents a hyperrectangle in the multidimensional space. |
|
| QueryResult
QueryResult holds the id of a database object and its distance to a special query object. |
|
| Classes in de.lmu.ifi.dbs.elki.utilities used by de.lmu.ifi.dbs.elki.index.tree.spatial.rstarvariants | |
|---|---|
| HyperBoundingBox
HyperBoundingBox represents a hyperrectangle in the multidimensional space. |
|
| KNNList
A wrapper class for storing the k most similar comparable objects. |
|
| QueryResult
QueryResult holds the id of a database object and its distance to a special query object. |
|
| Classes in de.lmu.ifi.dbs.elki.utilities used by de.lmu.ifi.dbs.elki.index.tree.spatial.rstarvariants.deliclu | |
|---|---|
| HyperBoundingBox
HyperBoundingBox represents a hyperrectangle in the multidimensional space. |
|
| Classes in de.lmu.ifi.dbs.elki.utilities used by de.lmu.ifi.dbs.elki.index.tree.spatial.rstarvariants.rdknn | |
|---|---|
| HyperBoundingBox
HyperBoundingBox represents a hyperrectangle in the multidimensional space. |
|
| KNNList
A wrapper class for storing the k most similar comparable objects. |
|
| QueryResult
QueryResult holds the id of a database object and its distance to a special query object. |
|
| Classes in de.lmu.ifi.dbs.elki.utilities used by de.lmu.ifi.dbs.elki.logging | |
|---|---|
| Progress
A progress object for a given overal number of items to process. |
|
| Classes in de.lmu.ifi.dbs.elki.utilities used by de.lmu.ifi.dbs.elki.math.statistics | |
|---|---|
| DoublePair
todo comments |
|
| Classes in de.lmu.ifi.dbs.elki.utilities used by de.lmu.ifi.dbs.elki.preprocessing | |
|---|---|
| QueryResult
QueryResult holds the id of a database object and its distance to a special query object. |
|
| UnableToComplyException
General Exception to state inability to execute an operation. |
|
| Classes in de.lmu.ifi.dbs.elki.utilities used by de.lmu.ifi.dbs.elki.properties | |
|---|---|
| ConstantObject
ConstantObject provides a parent class for constant objects, that are immutable and unique by class and name. |
|
| Classes in de.lmu.ifi.dbs.elki.utilities used by de.lmu.ifi.dbs.elki.utilities | |
|---|---|
| ConstantObject
ConstantObject provides a parent class for constant objects, that are immutable and unique by class and name. |
|
| Enumeratable
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). |
|
| HyperBoundingBox
HyperBoundingBox represents a hyperrectangle in the multidimensional space. |
|
| IDDoublePair
Encapsulates the attributes of a pair containing an integer id and a double value. |
|
| IDIDDoubleTriple
Encapsulates the attributes of a pair containing two integer ids and a double value. |
|
| IDPropertyPair
Holds a pair of an id (int) and another type. |
|
| IntegerTriple
Provides a key of three integers. |
|
| Interval
Represents an interval in a certain dimension of the data space. |
|
| Progress
A progress object for a given overal number of items to process. |
|
| QueryResult
QueryResult holds the id of a database object and its distance to a special query object. |
|
| Queue.QueueElement
An element in the queue: holds the underlying objcet and the next element in the queue. |
|
| Subspace
Represents a subspace of the original dataspace. |
|
| UnableToComplyException
General Exception to state inability to execute an operation. |
|
| Classes in de.lmu.ifi.dbs.elki.utilities used by de.lmu.ifi.dbs.elki.utilities.heap | |
|---|---|
| Identifiable
Defines the requiremnts for objects that are identifiable, i.e. objects which have an unique id. |
|
| Classes in de.lmu.ifi.dbs.elki.utilities used by de.lmu.ifi.dbs.elki.utilities.optionhandling | |
|---|---|
| ConstantObject
ConstantObject provides a parent class for constant objects, that are immutable and unique by class and name. |
|
| Classes in de.lmu.ifi.dbs.elki.utilities used by de.lmu.ifi.dbs.elki.utilities.output | |
|---|---|
| HyperBoundingBox
HyperBoundingBox represents a hyperrectangle in the multidimensional space. |
|
|
|
||||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||||