|
|
|||||||||||||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||||||||||||||
See:
Description
| Interface Summary | |
|---|---|
| AnnotationResult<T> | The AnnotationResult interface. |
| IterableResult<O> | 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 all classes that are considered a result. |
| ResultHandler<O extends DatabaseObject,R extends Result> | Interface for any class that can handle results |
| Class Summary | |
|---|---|
| AnnotationFromDatabase<T,O extends DatabaseObject> | Class representing Annotations backed by a database using AssociationIDs. |
| AnnotationFromHashMap<T> | Annotations backed by hashmaps. |
| AprioriResult | Result class for Apriori Algorithm. |
| ClusterOrderEntry<D extends Distance<?>> | Provides an entry in a cluster order. |
| ClusterOrderResult<D extends Distance<?>> | Class to store the result of an ordering clustering algorithm such as OPTICS. |
| CollectionResult<O> | Simple 'collection' type of result. |
| DiscardResultHandler<O extends DatabaseObject,R extends Result> | A dummy result handler that discards the actual result, for use in benchmarks. |
| HistogramResult<O extends DatabaseObject> | Histogram result. |
| IDResult | The trivial 'result' of the object IDs used. |
| KNNDistanceOrderResult<D extends Distance<D>> | Wraps a list containing the knn distances. |
| MultiResult | MultiResult is a result collection class. |
| OrderingFromAssociation<T extends Comparable<T>,O extends DatabaseObject> | Return an ordering result backed by a database. |
| OrderingFromHashMap<T extends Comparable<T>> | Result class providing an ordering backed by a hashmap. |
| ReferencePointsResult<O> | Result used in passing the reference points to the visualizers. |
| ResultUtil | Utilities for handling result objects |
| ResultWriter<O extends DatabaseObject> | Result handler that feeds the data into a TextWriter |
| SettingsResult | Result that keeps track of settings that were used in generating this particular result. |
Result types, representation and handling
|
|
|||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||||