|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use de.lmu.ifi.dbs.elki.result | |
---|---|
de.lmu.ifi.dbs.elki | ELKI framework "Environment for Developing KDD-Applications Supported by Index-Structures"
KDDTask is the main class of the ELKI-Framework
for command-line interaction. |
de.lmu.ifi.dbs.elki.algorithm | Algorithms suitable as a task for the KDDTask main routine. |
de.lmu.ifi.dbs.elki.algorithm.clustering | Clustering algorithms
Clustering algorithms are supposed to implement the Algorithm -Interface. |
de.lmu.ifi.dbs.elki.algorithm.outlier | Outlier detection algorithms |
de.lmu.ifi.dbs.elki.algorithm.outlier.meta | Meta outlier detection algorithms: external scores, score rescaling. |
de.lmu.ifi.dbs.elki.algorithm.outlier.spatial.neighborhood | Spatial outlier neighborhood classes |
de.lmu.ifi.dbs.elki.algorithm.statistics | Statistical analysis algorithms The algorithms in this package perform statistical analysis of the data (e.g. compute distributions, distance distributions etc.) |
de.lmu.ifi.dbs.elki.application.jsmap | JavaScript based map client - server architecture. |
de.lmu.ifi.dbs.elki.data | Basic classes for different data types, database object types and label types. |
de.lmu.ifi.dbs.elki.data.model | Cluster models classes for various algorithms. |
de.lmu.ifi.dbs.elki.database | ELKI database layer - loading, storing, indexing and accessing data |
de.lmu.ifi.dbs.elki.database.datastore | General data store layer API (along the lines of Map<DBID, T> - use everywhere!) |
de.lmu.ifi.dbs.elki.database.datastore.memory | Memory data store implementation for ELKI. |
de.lmu.ifi.dbs.elki.database.relation | Relations, materialized and virtual (views). |
de.lmu.ifi.dbs.elki.evaluation | Functionality for the evaluation of algorithms. |
de.lmu.ifi.dbs.elki.evaluation.histogram | Functionality for the evaluation of algorithms using histograms. |
de.lmu.ifi.dbs.elki.evaluation.index | Simple index evaluation methods |
de.lmu.ifi.dbs.elki.evaluation.outlier | Evaluate an outlier score using a misclassification based cost model. |
de.lmu.ifi.dbs.elki.evaluation.paircounting | Evaluation of clustering results via pair counting. |
de.lmu.ifi.dbs.elki.evaluation.roc | Evaluation of rankings using ROC AUC (Receiver Operation Characteristics - Area Under Curve) |
de.lmu.ifi.dbs.elki.evaluation.similaritymatrix | Render a distance matrix to visualize a clustering-distance-combination. |
de.lmu.ifi.dbs.elki.index | Index structure implementations |
de.lmu.ifi.dbs.elki.index.preprocessed | Index structure based on preprocessors |
de.lmu.ifi.dbs.elki.index.preprocessed.knn | Indexes providing KNN and rKNN data. |
de.lmu.ifi.dbs.elki.index.preprocessed.localpca | Index using a preprocessed local PCA. |
de.lmu.ifi.dbs.elki.index.preprocessed.preference | Indexes storing preference vectors. |
de.lmu.ifi.dbs.elki.index.preprocessed.snn | Indexes providing nearest neighbor sets |
de.lmu.ifi.dbs.elki.index.preprocessed.subspaceproj | Index using a preprocessed local subspaces. |
de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.mktrees.mkapp | MkAppTree |
de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.mktrees.mkcop | MkCoPTree |
de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.mktrees.mkmax | MkMaxTree |
de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.mktrees.mktab | MkTabTree |
de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.mtree | MTree |
de.lmu.ifi.dbs.elki.index.tree.spatial.rstarvariants.deliclu | DeLiCluTree |
de.lmu.ifi.dbs.elki.index.tree.spatial.rstarvariants.rstar | RStarTree |
de.lmu.ifi.dbs.elki.result | Result types, representation and handling |
de.lmu.ifi.dbs.elki.result.optics | Result classes for OPTICS. |
de.lmu.ifi.dbs.elki.result.outlier | Outlier result classes |
de.lmu.ifi.dbs.elki.result.textwriter | Text serialization (CSV, Gnuplot, Console, ...) |
de.lmu.ifi.dbs.elki.visualization | Visualization package of ELKI. |
de.lmu.ifi.dbs.elki.visualization.gui | Package to provide a visualization GUI. |
de.lmu.ifi.dbs.elki.visualization.gui.detail | Classes for managing a detail view. |
de.lmu.ifi.dbs.elki.visualization.gui.overview | Classes for managing the overview plot. |
de.lmu.ifi.dbs.elki.visualization.opticsplot | Code for drawing OPTICS plots |
de.lmu.ifi.dbs.elki.visualization.projections | Visualization projections |
de.lmu.ifi.dbs.elki.visualization.projector | Projectors are responsible for finding appropriate projections for data relations. |
de.lmu.ifi.dbs.elki.visualization.visualizers | Visualizers for various results |
de.lmu.ifi.dbs.elki.visualization.visualizers.optics | Visualizers that do work on OPTICS plots |
de.lmu.ifi.dbs.elki.visualization.visualizers.thumbs | Thumbnail "Visualizers" (that take care of refreshing thumbnails) |
de.lmu.ifi.dbs.elki.visualization.visualizers.vis1d | Visualizers based on 1D projections. |
de.lmu.ifi.dbs.elki.visualization.visualizers.vis2d | Visualizers based on 2D projections. |
de.lmu.ifi.dbs.elki.visualization.visualizers.visunproj | Visualizers that do not use a particular projection. |
de.lmu.ifi.dbs.elki.workflow | Work flow packages, e.g. following the usual KDD model, closely related to CRISP-DM |
Classes in de.lmu.ifi.dbs.elki.result used by de.lmu.ifi.dbs.elki | |
---|---|
HierarchicalResult
Result with an internal hierarchy. |
|
Result
Interface for arbitrary result objects. |
Classes in de.lmu.ifi.dbs.elki.result used by de.lmu.ifi.dbs.elki.algorithm | |
---|---|
AprioriResult
Result class for Apriori Algorithm. |
|
CollectionResult
Simple 'collection' type of result. |
|
KNNDistanceOrderResult
Wraps a list containing the knn distances. |
|
Result
Interface for arbitrary result objects. |
Classes in de.lmu.ifi.dbs.elki.result used by de.lmu.ifi.dbs.elki.algorithm.clustering | |
---|---|
IterableResult
Interface of an "iterable" result (e.g. a list, table) that can be printed one-by-one. |
|
Result
Interface for arbitrary result objects. |
Classes in de.lmu.ifi.dbs.elki.result used by de.lmu.ifi.dbs.elki.algorithm.outlier | |
---|---|
HierarchicalResult
Result with an internal hierarchy. |
|
Result
Interface for arbitrary result objects. |
|
ResultHierarchy
Class to store a hierarchy of result objects. |
Classes in de.lmu.ifi.dbs.elki.result used by de.lmu.ifi.dbs.elki.algorithm.outlier.meta | |
---|---|
Result
Interface for arbitrary result objects. |
Classes in de.lmu.ifi.dbs.elki.result used by de.lmu.ifi.dbs.elki.algorithm.outlier.spatial.neighborhood | |
---|---|
Result
Interface for arbitrary result objects. |
Classes in de.lmu.ifi.dbs.elki.result used by de.lmu.ifi.dbs.elki.algorithm.statistics | |
---|---|
HistogramResult
Histogram result. |
Classes in de.lmu.ifi.dbs.elki.result used by de.lmu.ifi.dbs.elki.application.jsmap | |
---|---|
HierarchicalResult
Result with an internal hierarchy. |
|
Result
Interface for arbitrary result objects. |
|
ResultHandler
Interface for any class that can handle results |
|
ResultProcessor
Interface for any class that can handle results |
Classes in de.lmu.ifi.dbs.elki.result used by de.lmu.ifi.dbs.elki.data | |
---|---|
AbstractHierarchicalResult
Abstract class for a result object with hierarchy |
|
BasicResult
Basic class for a result. |
|
HierarchicalResult
Result with an internal hierarchy. |
|
Result
Interface for arbitrary result objects. |
Classes in de.lmu.ifi.dbs.elki.result used by de.lmu.ifi.dbs.elki.data.model | |
---|---|
Result
Interface for arbitrary result objects. |
Classes in de.lmu.ifi.dbs.elki.result used by de.lmu.ifi.dbs.elki.database | |
---|---|
AbstractHierarchicalResult
Abstract class for a result object with hierarchy |
|
HierarchicalResult
Result with an internal hierarchy. |
|
Result
Interface for arbitrary result objects. |
|
ResultListener
Listener interface invoked when new results are added to the result tree. |
Classes in de.lmu.ifi.dbs.elki.result used by de.lmu.ifi.dbs.elki.database.datastore | |
---|---|
Result
Interface for arbitrary result objects. |
Classes in de.lmu.ifi.dbs.elki.result used by de.lmu.ifi.dbs.elki.database.datastore.memory | |
---|---|
Result
Interface for arbitrary result objects. |
Classes in de.lmu.ifi.dbs.elki.result used by de.lmu.ifi.dbs.elki.database.relation | |
---|---|
AbstractHierarchicalResult
Abstract class for a result object with hierarchy |
|
HierarchicalResult
Result with an internal hierarchy. |
|
Result
Interface for arbitrary result objects. |
Classes in de.lmu.ifi.dbs.elki.result used by de.lmu.ifi.dbs.elki.evaluation | |
---|---|
ResultProcessor
Interface for any class that can handle results |
Classes in de.lmu.ifi.dbs.elki.result used by de.lmu.ifi.dbs.elki.evaluation.histogram | |
---|---|
HierarchicalResult
Result with an internal hierarchy. |
|
HistogramResult
Histogram result. |
|
Result
Interface for arbitrary result objects. |
|
ResultProcessor
Interface for any class that can handle results |
Classes in de.lmu.ifi.dbs.elki.result used by de.lmu.ifi.dbs.elki.evaluation.index | |
---|---|
AbstractHierarchicalResult
Abstract class for a result object with hierarchy |
|
BasicResult
Basic class for a result. |
|
CollectionResult
Simple 'collection' type of result. |
|
HierarchicalResult
Result with an internal hierarchy. |
|
IterableResult
Interface of an "iterable" result (e.g. a list, table) that can be printed one-by-one. |
|
Result
Interface for arbitrary result objects. |
|
ResultProcessor
Interface for any class that can handle results |
Classes in de.lmu.ifi.dbs.elki.result used by de.lmu.ifi.dbs.elki.evaluation.outlier | |
---|---|
AbstractHierarchicalResult
Abstract class for a result object with hierarchy |
|
BasicResult
Basic class for a result. |
|
CollectionResult
Simple 'collection' type of result. |
|
HierarchicalResult
Result with an internal hierarchy. |
|
IterableResult
Interface of an "iterable" result (e.g. a list, table) that can be printed one-by-one. |
|
Result
Interface for arbitrary result objects. |
|
ResultProcessor
Interface for any class that can handle results |
Classes in de.lmu.ifi.dbs.elki.result used by de.lmu.ifi.dbs.elki.evaluation.paircounting | |
---|---|
AbstractHierarchicalResult
Abstract class for a result object with hierarchy |
|
BasicResult
Basic class for a result. |
|
CollectionResult
Simple 'collection' type of result. |
|
HierarchicalResult
Result with an internal hierarchy. |
|
IterableResult
Interface of an "iterable" result (e.g. a list, table) that can be printed one-by-one. |
|
Result
Interface for arbitrary result objects. |
|
ResultProcessor
Interface for any class that can handle results |
Classes in de.lmu.ifi.dbs.elki.result used by de.lmu.ifi.dbs.elki.evaluation.roc | |
---|---|
AbstractHierarchicalResult
Abstract class for a result object with hierarchy |
|
BasicResult
Basic class for a result. |
|
CollectionResult
Simple 'collection' type of result. |
|
HierarchicalResult
Result with an internal hierarchy. |
|
IterableResult
Interface of an "iterable" result (e.g. a list, table) that can be printed one-by-one. |
|
Result
Interface for arbitrary result objects. |
|
ResultProcessor
Interface for any class that can handle results |
Classes in de.lmu.ifi.dbs.elki.result used by de.lmu.ifi.dbs.elki.evaluation.similaritymatrix | |
---|---|
HierarchicalResult
Result with an internal hierarchy. |
|
IterableResult
Interface of an "iterable" result (e.g. a list, table) that can be printed one-by-one. |
|
PixmapResult
Result encapsulating a single image. |
|
Result
Interface for arbitrary result objects. |
|
ResultProcessor
Interface for any class that can handle results |
Classes in de.lmu.ifi.dbs.elki.result used by de.lmu.ifi.dbs.elki.index | |
---|---|
Result
Interface for arbitrary result objects. |
Classes in de.lmu.ifi.dbs.elki.result used by de.lmu.ifi.dbs.elki.index.preprocessed | |
---|---|
Result
Interface for arbitrary result objects. |
Classes in de.lmu.ifi.dbs.elki.result used by de.lmu.ifi.dbs.elki.index.preprocessed.knn | |
---|---|
Result
Interface for arbitrary result objects. |
Classes in de.lmu.ifi.dbs.elki.result used by de.lmu.ifi.dbs.elki.index.preprocessed.localpca | |
---|---|
Result
Interface for arbitrary result objects. |
Classes in de.lmu.ifi.dbs.elki.result used by de.lmu.ifi.dbs.elki.index.preprocessed.preference | |
---|---|
Result
Interface for arbitrary result objects. |
Classes in de.lmu.ifi.dbs.elki.result used by de.lmu.ifi.dbs.elki.index.preprocessed.snn | |
---|---|
Result
Interface for arbitrary result objects. |
Classes in de.lmu.ifi.dbs.elki.result used by de.lmu.ifi.dbs.elki.index.preprocessed.subspaceproj | |
---|---|
Result
Interface for arbitrary result objects. |
Classes in de.lmu.ifi.dbs.elki.result used by de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.mktrees.mkapp | |
---|---|
Result
Interface for arbitrary result objects. |
Classes in de.lmu.ifi.dbs.elki.result used by de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.mktrees.mkcop | |
---|---|
Result
Interface for arbitrary result objects. |
Classes in de.lmu.ifi.dbs.elki.result used by de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.mktrees.mkmax | |
---|---|
Result
Interface for arbitrary result objects. |
Classes in de.lmu.ifi.dbs.elki.result used by de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.mktrees.mktab | |
---|---|
Result
Interface for arbitrary result objects. |
Classes in de.lmu.ifi.dbs.elki.result used by de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.mtree | |
---|---|
Result
Interface for arbitrary result objects. |
Classes in de.lmu.ifi.dbs.elki.result used by de.lmu.ifi.dbs.elki.index.tree.spatial.rstarvariants.deliclu | |
---|---|
Result
Interface for arbitrary result objects. |
Classes in de.lmu.ifi.dbs.elki.result used by de.lmu.ifi.dbs.elki.index.tree.spatial.rstarvariants.rstar | |
---|---|
Result
Interface for arbitrary result objects. |
Classes in de.lmu.ifi.dbs.elki.result used by de.lmu.ifi.dbs.elki.result | |
---|---|
AbstractHierarchicalResult
Abstract class for a result object with hierarchy |
|
BasicResult
Basic class for a result. |
|
CollectionResult
Simple 'collection' type of result. |
|
DBIDSelection
Class representing selected Database-IDs and/or a selection range. |
|
HierarchicalResult
Result with an internal hierarchy. |
|
IterableResult
Interface of an "iterable" result (e.g. a list, table) that can be printed one-by-one. |
|
KMLOutputHandler
Class to handle KML output. |
|
OrderingResult
Interface for a result providing an object ordering. |
|
Result
Interface for arbitrary result objects. |
|
ResultHandler
Interface for any class that can handle results |
|
ResultHierarchy
Class to store a hierarchy of result objects. |
|
ResultListener
Listener interface invoked when new results are added to the result tree. |
|
ResultProcessor
Interface for any class that can handle results |
|
ResultWriter
Result handler that feeds the data into a TextWriter |
|
SettingsResult
Result that keeps track of settings that were used in generating this particular result. |
Classes in de.lmu.ifi.dbs.elki.result used by de.lmu.ifi.dbs.elki.result.optics | |
---|---|
AbstractHierarchicalResult
Abstract class for a result object with hierarchy |
|
BasicResult
Basic class for a result. |
|
HierarchicalResult
Result with an internal hierarchy. |
|
IterableResult
Interface of an "iterable" result (e.g. a list, table) that can be printed one-by-one. |
|
OrderingResult
Interface for a result providing an object ordering. |
|
Result
Interface for arbitrary result objects. |
|
ResultAdapter
Marker interface for trivial "adapter" type of results. |
|
ResultHierarchy
Class to store a hierarchy of result objects. |
Classes in de.lmu.ifi.dbs.elki.result used by de.lmu.ifi.dbs.elki.result.outlier | |
---|---|
AbstractHierarchicalResult
Abstract class for a result object with hierarchy |
|
BasicResult
Basic class for a result. |
|
HierarchicalResult
Result with an internal hierarchy. |
|
OrderingResult
Interface for a result providing an object ordering. |
|
Result
Interface for arbitrary result objects. |
Classes in de.lmu.ifi.dbs.elki.result used by de.lmu.ifi.dbs.elki.result.textwriter | |
---|---|
IterableResult
Interface of an "iterable" result (e.g. a list, table) that can be printed one-by-one. |
|
OrderingResult
Interface for a result providing an object ordering. |
|
Result
Interface for arbitrary result objects. |
|
SettingsResult
Result that keeps track of settings that were used in generating this particular result. |
Classes in de.lmu.ifi.dbs.elki.result used by de.lmu.ifi.dbs.elki.visualization | |
---|---|
DBIDSelection
Class representing selected Database-IDs and/or a selection range. |
|
HierarchicalResult
Result with an internal hierarchy. |
|
Result
Interface for arbitrary result objects. |
|
ResultHierarchy
Class to store a hierarchy of result objects. |
|
ResultListener
Listener interface invoked when new results are added to the result tree. |
Classes in de.lmu.ifi.dbs.elki.result used by de.lmu.ifi.dbs.elki.visualization.gui | |
---|---|
HierarchicalResult
Result with an internal hierarchy. |
|
Result
Interface for arbitrary result objects. |
|
ResultHandler
Interface for any class that can handle results |
|
ResultListener
Listener interface invoked when new results are added to the result tree. |
|
ResultProcessor
Interface for any class that can handle results |
Classes in de.lmu.ifi.dbs.elki.result used by de.lmu.ifi.dbs.elki.visualization.gui.detail | |
---|---|
Result
Interface for arbitrary result objects. |
|
ResultListener
Listener interface invoked when new results are added to the result tree. |
Classes in de.lmu.ifi.dbs.elki.result used by de.lmu.ifi.dbs.elki.visualization.gui.overview | |
---|---|
HierarchicalResult
Result with an internal hierarchy. |
|
Result
Interface for arbitrary result objects. |
|
ResultListener
Listener interface invoked when new results are added to the result tree. |
Classes in de.lmu.ifi.dbs.elki.result used by de.lmu.ifi.dbs.elki.visualization.opticsplot | |
---|---|
Result
Interface for arbitrary result objects. |
Classes in de.lmu.ifi.dbs.elki.result used by de.lmu.ifi.dbs.elki.visualization.projections | |
---|---|
AbstractHierarchicalResult
Abstract class for a result object with hierarchy |
|
HierarchicalResult
Result with an internal hierarchy. |
|
Result
Interface for arbitrary result objects. |
Classes in de.lmu.ifi.dbs.elki.result used by de.lmu.ifi.dbs.elki.visualization.projector | |
---|---|
AbstractHierarchicalResult
Abstract class for a result object with hierarchy |
|
HierarchicalResult
Result with an internal hierarchy. |
|
Result
Interface for arbitrary result objects. |
|
ResultProcessor
Interface for any class that can handle results |
Classes in de.lmu.ifi.dbs.elki.result used by de.lmu.ifi.dbs.elki.visualization.visualizers | |
---|---|
HierarchicalResult
Result with an internal hierarchy. |
|
Result
Interface for arbitrary result objects. |
|
ResultListener
Listener interface invoked when new results are added to the result tree. |
|
ResultProcessor
Interface for any class that can handle results |
Classes in de.lmu.ifi.dbs.elki.result used by de.lmu.ifi.dbs.elki.visualization.visualizers.optics | |
---|---|
HierarchicalResult
Result with an internal hierarchy. |
|
Result
Interface for arbitrary result objects. |
|
ResultListener
Listener interface invoked when new results are added to the result tree. |
|
ResultProcessor
Interface for any class that can handle results |
Classes in de.lmu.ifi.dbs.elki.result used by de.lmu.ifi.dbs.elki.visualization.visualizers.thumbs | |
---|---|
Result
Interface for arbitrary result objects. |
|
ResultListener
Listener interface invoked when new results are added to the result tree. |
Classes in de.lmu.ifi.dbs.elki.result used by de.lmu.ifi.dbs.elki.visualization.visualizers.vis1d | |
---|---|
HierarchicalResult
Result with an internal hierarchy. |
|
Result
Interface for arbitrary result objects. |
|
ResultListener
Listener interface invoked when new results are added to the result tree. |
|
ResultProcessor
Interface for any class that can handle results |
Classes in de.lmu.ifi.dbs.elki.result used by de.lmu.ifi.dbs.elki.visualization.visualizers.vis2d | |
---|---|
HierarchicalResult
Result with an internal hierarchy. |
|
ReferencePointsResult
Result used in passing the reference points to the visualizers. |
|
Result
Interface for arbitrary result objects. |
|
ResultListener
Listener interface invoked when new results are added to the result tree. |
|
ResultProcessor
Interface for any class that can handle results |
Classes in de.lmu.ifi.dbs.elki.result used by de.lmu.ifi.dbs.elki.visualization.visualizers.visunproj | |
---|---|
HierarchicalResult
Result with an internal hierarchy. |
|
IterableResult
Interface of an "iterable" result (e.g. a list, table) that can be printed one-by-one. |
|
PixmapResult
Result encapsulating a single image. |
|
Result
Interface for arbitrary result objects. |
|
ResultListener
Listener interface invoked when new results are added to the result tree. |
|
ResultProcessor
Interface for any class that can handle results |
Classes in de.lmu.ifi.dbs.elki.result used by de.lmu.ifi.dbs.elki.workflow | |
---|---|
BasicResult
Basic class for a result. |
|
HierarchicalResult
Result with an internal hierarchy. |
|
Result
Interface for arbitrary result objects. |
|
ResultHandler
Interface for any class that can handle results |
|
ResultListener
Listener interface invoked when new results are added to the result tree. |
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |