|
|
|||||||||||||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||||||||||||||
| Packages that use AnnotationResult | |
|---|---|
| de.lmu.ifi.dbs.elki.algorithm.clustering | Clustering algorithms
Clustering algorithms are supposed to implement the Algorithm-Interface. |
| de.lmu.ifi.dbs.elki.result | Result types, representation and handling |
| de.lmu.ifi.dbs.elki.result.textwriter | Text serialization (CSV, Gnuplot, Console, ...) |
| Uses of AnnotationResult in de.lmu.ifi.dbs.elki.algorithm.clustering |
|---|
| Methods in de.lmu.ifi.dbs.elki.algorithm.clustering with parameters of type AnnotationResult | |
|---|---|
private void |
DeLiClu.expandLeafNodes(SpatialDistanceFunction<O,D> distFunction,
DeLiCluNode node1,
DeLiCluNode node2,
AnnotationResult<KNNList<D>> knns)
Expands the specified directory nodes. |
private void |
DeLiClu.expandNodes(DeLiCluTree<O> index,
SpatialDistanceFunction<O,D> distFunction,
DeLiClu.SpatialObjectPair nodePair,
AnnotationResult<KNNList<D>> knns)
Expands the spatial nodes of the specified pair. |
private void |
DeLiClu.reinsertExpanded(SpatialDistanceFunction<O,D> distFunction,
DeLiCluTree<O> index,
List<TreeIndexPathComponent<DeLiCluEntry>> path,
AnnotationResult<KNNList<D>> knns)
Reinserts the objects of the already expanded nodes. |
private void |
DeLiClu.reinsertExpanded(SpatialDistanceFunction<O,D> distFunction,
DeLiCluTree<O> index,
List<TreeIndexPathComponent<DeLiCluEntry>> path,
int pos,
SpatialEntry parentEntry,
AnnotationResult<KNNList<D>> knns)
|
| Uses of AnnotationResult in de.lmu.ifi.dbs.elki.result |
|---|
| Classes in de.lmu.ifi.dbs.elki.result that implement AnnotationResult | |
|---|---|
class |
AnnotationFromDatabase<T,O extends DatabaseObject>
Class representing Annotations backed by a database using AssociationIDs. |
class |
AnnotationFromHashMap<T>
Annotations backed by hashmaps. |
| Methods in de.lmu.ifi.dbs.elki.result that return AnnotationResult | ||
|---|---|---|
static
|
ResultUtil.findAnnotationResult(List<AnnotationResult<?>> anns,
AssociationID<T> assoc)
(Try to) find an association of the given ID in the result. |
|
static
|
ResultUtil.findAnnotationResult(Result result,
AssociationID<T> assoc)
(Try to) find an association of the given ID in the result. |
|
| Methods in de.lmu.ifi.dbs.elki.result that return types with arguments of type AnnotationResult | |
|---|---|
static List<AnnotationResult<?>> |
ResultUtil.getAnnotationResults(Result r)
Collect all Annotation results from a Result |
| Method parameters in de.lmu.ifi.dbs.elki.result with type arguments of type AnnotationResult | ||
|---|---|---|
static
|
ResultUtil.findAnnotationResult(List<AnnotationResult<?>> anns,
AssociationID<T> assoc)
(Try to) find an association of the given ID in the result. |
|
| Uses of AnnotationResult in de.lmu.ifi.dbs.elki.result.textwriter |
|---|
| Method parameters in de.lmu.ifi.dbs.elki.result.textwriter with type arguments of type AnnotationResult | |
|---|---|
private void |
TextWriter.writeGroupResult(Database<O> db,
StreamFactory streamOpener,
DatabaseObjectGroup group,
List<AnnotationResult<?>> ra,
List<OrderingResult> ro,
NamingScheme naming,
List<AttributeSettings> settings)
|
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||||