| 
				
  | 
|||||||||||||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||||||||||||||
| Packages that use AssociationID | |
|---|---|
| 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.database | ELKI database layer - loading, storing, indexing and accessing data | 
| de.lmu.ifi.dbs.elki.distance.distancefunction | Distance functions for use within ELKI. | 
| de.lmu.ifi.dbs.elki.distance.distancefunction.correlation | Distance functions using correlations. | 
| de.lmu.ifi.dbs.elki.distance.distancefunction.subspace | Distance functions based on subspaces. | 
| de.lmu.ifi.dbs.elki.distance.similarityfunction | Similarity functions. | 
| de.lmu.ifi.dbs.elki.evaluation | Functionality for the evaluation of algorithms. | 
| de.lmu.ifi.dbs.elki.preprocessing | Preprocessors used for data preparation in a first step of various algorithms or distance and similarity measures. | 
| de.lmu.ifi.dbs.elki.result | Result types, representation and handling | 
| Uses of AssociationID in de.lmu.ifi.dbs.elki.algorithm | 
|---|
| Fields in de.lmu.ifi.dbs.elki.algorithm declared as AssociationID | |
|---|---|
static AssociationID<KNNList<?>> | 
KNNJoin.KNNLIST
Association ID for KNNLists.  | 
| Uses of AssociationID in de.lmu.ifi.dbs.elki.algorithm.clustering | 
|---|
| Fields in de.lmu.ifi.dbs.elki.algorithm.clustering declared as AssociationID | |
|---|---|
private static AssociationID<Distance<?>> | 
SLINK.SLINK_LAMBDA
Association ID for SLINK lambda value  | 
private static AssociationID<Integer> | 
SLINK.SLINK_PI
Association ID for SLINK pi pointer  | 
| Uses of AssociationID in de.lmu.ifi.dbs.elki.algorithm.outlier | 
|---|
| Fields in de.lmu.ifi.dbs.elki.algorithm.outlier declared as AssociationID | |
|---|---|
static AssociationID<Double> | 
ABOD.ABOD_NORM
Association ID for ABOD Normalization value.  | 
static AssociationID<Double> | 
ABOD.ABOD_SCORE
Association ID for ABOD.  | 
static AssociationID<List<CPair<Double,Integer>>> | 
LOCI.LOCI_CRITICALDIST
The LOCI critical distances of an object.  | 
static AssociationID<Double> | 
LOCI.LOCI_MDEF_CRITICAL_RADIUS
The LOCI MDEF / SigmaMDEF maximum values radius  | 
static AssociationID<Double> | 
LOCI.LOCI_MDEF_NORM
The LOCI MDEF / SigmaMDEF maximum value (normalized MDEF)  | 
static AssociationID<Double> | 
LOF.LOF_MAX
The association id to associate the maximum LOF_SCORE of an algorithm run.  | 
static AssociationID<Double> | 
LOF.LOF_SCORE
The association id to associate the LOF_SCORE of an object for the LOF_SCORE algorithm.  | 
static AssociationID<SODModel<?>> | 
SOD.SOD_MODEL
The association id to associate a subspace outlier degree.  | 
| Uses of AssociationID in de.lmu.ifi.dbs.elki.database | 
|---|
| Fields in de.lmu.ifi.dbs.elki.database declared as AssociationID | |
|---|---|
static AssociationID<Matrix> | 
AssociationID.CACHED_MATRIX
The association id to associate an arbitrary matrix of an object.  | 
static AssociationID<ClassLabel> | 
AssociationID.CLASS
The association id to associate a class (class label) to an object.  | 
static AssociationID<DoubleDistance> | 
AssociationID.DOUBLE_DISTANCE
The association id to associate a DoubleDistance to an object.  | 
static AssociationID<String> | 
AssociationID.EXTERNAL_ID
The association id to associate an external id to an object.  | 
static AssociationID<KernelMatrix<?>> | 
AssociationID.KERNEL_MATRIX
The association id to associate a kernel matrix.  | 
static AssociationID<String> | 
AssociationID.LABEL
The standard association id to associate a label to an object.  | 
static AssociationID<Integer> | 
AssociationID.LOCAL_DIMENSIONALITY
The association id to associate a local dimensionality (e.g. the correlation dimensionality) to an object.  | 
static AssociationID<PCAFilteredResult> | 
AssociationID.LOCAL_PCA
The association id to associate a correlation pca to an object.  | 
static AssociationID<Matrix> | 
AssociationID.LOCALLY_WEIGHTED_MATRIX
The association id to associate the locally weighted matrix of an object for the locally weighted distance function.  | 
static AssociationID<List<AttributeSettings>> | 
AssociationID.META_SETTINGS
Meta-data: algorithm settings  | 
static AssociationID<List<Integer>> | 
AssociationID.NEIGHBOR_IDS
The association id to associate the neighbors of an object.  | 
static AssociationID<BitSet> | 
AssociationID.PREFERENCE_VECTOR
The association id to associate a preference vector.  | 
static AssociationID<List<Double>> | 
AssociationID.PROBABILITY_CLUSTER_I_GIVEN_X
AssociationID to associate the probabilities for the clusters for a single instance.  | 
static AssociationID<Double> | 
AssociationID.PROBABILITY_X
AssociationID to associate the prior probability for an instance.  | 
static AssociationID<List<Double>> | 
AssociationID.PROBABILITY_X_GIVEN_CLUSTER_I
AssociationID to associate the probabilities for an instance given a (set of) distribution(s).  | 
static AssociationID<ArrayList<Integer>> | 
AssociationID.RANKING_LIST
The association id to associate a set of neighbors for use of the shared nearest neighbor similarity function.  | 
static AssociationID<Integer> | 
AssociationID.ROW_ID
The association id to associate a row id to an object.  | 
static AssociationID<SortedSet<Integer>> | 
AssociationID.SHARED_NEAREST_NEIGHBORS_SET
The association id to associate a set of neighbors for use of the shared nearest neighbor similarity function.  | 
static AssociationID<Matrix> | 
AssociationID.STRONG_EIGENVECTOR_MATRIX
The association id to associate the strong eigenvector weighted matrix of an object.  | 
| Fields in de.lmu.ifi.dbs.elki.database with type parameters of type AssociationID | |
|---|---|
private  Map<AssociationID<?>,Map<Integer,Object>> | 
AssociationMaps.associations
Holds a mapping from AssociationID to maps for object ids and associated objects.  | 
private  AnyMap<AssociationID<?>> | 
Associations.associations
Map to store the actual data.  | 
| Methods in de.lmu.ifi.dbs.elki.database that return AssociationID | ||
|---|---|---|
static AssociationID<?> | 
AssociationID.getAssociationID(String name)
Returns the AssociationID for the given name if it exists, null otherwise.  | 
|
static
 | 
AssociationID.getOrCreateAssociationID(String name,
                         Class<C> type)
Gets or creates the AssociationID for the given name and given type.  | 
|
static
 | 
AssociationID.getOrCreateAssociationIDGenerics(String name,
                                 Class<?> type)
Gets or creates the AssociationID for the given name and given type.  | 
|
| Methods in de.lmu.ifi.dbs.elki.database that return types with arguments of type AssociationID | |
|---|---|
 Set<AssociationID<?>> | 
AssociationMaps.keySet()
Provides the set of all association ids pointing to mappings from object ids to objects within this AssociationMaps.  | 
 Set<AssociationID<?>> | 
Associations.keySet()
Provides the set of all association ids pointing to objects within this Associations.  | 
| Methods in de.lmu.ifi.dbs.elki.database with parameters of type AssociationID | ||
|---|---|---|
 | 
Database.associate(AssociationID<T> associationID,
          Integer objectID,
          T association)
Associates a association in a certain relation to a certain Object.  | 
|
 | 
AbstractDatabase.associate(AssociationID<T> associationID,
          Integer objectID,
          T association)
 | 
|
 | 
Database.associateGlobally(AssociationID<T> associationID,
                  T association)
Associates a global association in a certain relation to the database.  | 
|
 | 
AbstractDatabase.associateGlobally(AssociationID<T> associationID,
                  T association)
Associates a global association in a certain relation to the database.  | 
|
 boolean | 
AssociationMaps.containsKey(AssociationID<?> associationID)
Checks whether this AssociationMaps contains a mapping for a given AssociationID.  | 
|
 | 
AssociationMaps.get(AssociationID<T> associationID)
Provides the mapping from object ids to associated objects for the given AssociationID.  | 
|
 | 
Associations.get(AssociationID<T> associationID)
Retrieves the object associated under the given association id.  | 
|
 | 
Database.getAssociation(AssociationID<T> associationID,
               Integer objectID)
Returns the association specified by the given associationID and related to the specified Object.  | 
|
 | 
AbstractDatabase.getAssociation(AssociationID<T> associationID,
               Integer objectID)
 | 
|
 | 
Database.getGlobalAssociation(AssociationID<T> associationID)
Returns the global association specified by the given associationID.  | 
|
 | 
AbstractDatabase.getGlobalAssociation(AssociationID<T> associationID)
Returns the global association specified by the given associationID.  | 
|
 boolean | 
Database.isSet(AssociationID<?> associationID)
Checks whether an association is set for at least one id in the database.  | 
|
 boolean | 
AbstractDatabase.isSet(AssociationID<?> associationID)
Checks whether an association is set for at least one id in the database.  | 
|
 boolean | 
Database.isSetForAllObjects(AssociationID<?> associationID)
Checks whether an association is set for every id in the database.  | 
|
 boolean | 
AbstractDatabase.isSetForAllObjects(AssociationID<?> associationID)
Checks whether an association is set for every id in the database.  | 
|
 boolean | 
Database.isSetGlobally(AssociationID<?> associationID)
Checks whether a global association is set in the database.  | 
|
 boolean | 
AbstractDatabase.isSetGlobally(AssociationID<?> associationID)
 | 
|
 | 
AssociationMaps.put(AssociationID<T> associationID,
    Map<Integer,T> associationMap)
Associates a new mapping from object ids to associated objects for a given AssociationID.  | 
|
 | 
Associations.put(AssociationID<T> associationID,
    T associationObject)
Sets the specified object under the given AssociationID.  | 
|
 void | 
Associations.putUnchecked(AssociationID<?> associationID,
             Object associationObject)
Sets the specified object under the given AssociationID.  | 
|
| Uses of AssociationID in de.lmu.ifi.dbs.elki.distance.distancefunction | 
|---|
| Methods in de.lmu.ifi.dbs.elki.distance.distancefunction that return AssociationID | |
|---|---|
 AssociationID<Matrix> | 
KernelBasedLocallyWeightedDistanceFunction.getAssociationID()
Returns the association ID for the association to be set by the preprocessor.  | 
 AssociationID<?> | 
LocallyWeightedDistanceFunction.getAssociationID()
 | 
| Uses of AssociationID in de.lmu.ifi.dbs.elki.distance.distancefunction.correlation | 
|---|
| Methods in de.lmu.ifi.dbs.elki.distance.distancefunction.correlation that return AssociationID | |
|---|---|
 AssociationID<?> | 
AbstractPreferenceVectorBasedCorrelationDistanceFunction.getAssociationID()
Returns the association ID for the association to be set by the preprocessor.  | 
 AssociationID<?> | 
PCABasedCorrelationDistanceFunction.getAssociationID()
 | 
 AssociationID<?> | 
ERiCDistanceFunction.getAssociationID()
 | 
| Uses of AssociationID in de.lmu.ifi.dbs.elki.distance.distancefunction.subspace | 
|---|
| Methods in de.lmu.ifi.dbs.elki.distance.distancefunction.subspace that return AssociationID | |
|---|---|
 AssociationID<?> | 
SubspaceDistanceFunction.getAssociationID()
 | 
| Uses of AssociationID in de.lmu.ifi.dbs.elki.distance.similarityfunction | 
|---|
| Methods in de.lmu.ifi.dbs.elki.distance.similarityfunction that return AssociationID | |
|---|---|
 AssociationID<SortedSet<Integer>> | 
SharedNearestNeighborSimilarityFunction.getAssociationID()
 | 
 AssociationID<SortedSet<Integer>> | 
FractionalSharedNearestNeighborSimilarityFunction.getAssociationID()
 | 
| Uses of AssociationID in de.lmu.ifi.dbs.elki.evaluation | 
|---|
| Fields in de.lmu.ifi.dbs.elki.evaluation declared as AssociationID | |
|---|---|
static AssociationID<Double> | 
ComputeROCCurve.ROC_AUC
The association id to associate the ROC Area-under-Curve.  | 
| Uses of AssociationID in de.lmu.ifi.dbs.elki.preprocessing | 
|---|
| Fields in de.lmu.ifi.dbs.elki.preprocessing declared as AssociationID | |
|---|---|
private  AssociationID<?> | 
PreprocessorHandler.associationID
The association ID for the association to be set by the preprocessor.  | 
| Methods in de.lmu.ifi.dbs.elki.preprocessing that return AssociationID | |
|---|---|
 AssociationID<?> | 
PreprocessorClient.getAssociationID()
Returns the association ID for the association to be set by the preprocessor.  | 
 AssociationID<SortedSet<Integer>> | 
SharedNearestNeighborsPreprocessor.getAssociationID()
Provides the association id used for annotation of the nearest neighbors.  | 
| Uses of AssociationID in de.lmu.ifi.dbs.elki.result | 
|---|
| Fields in de.lmu.ifi.dbs.elki.result declared as AssociationID | |
|---|---|
private  AssociationID<T> | 
AnnotationFromHashMap.assoc
Store Association ID  | 
private  AssociationID<T> | 
AnnotationFromDatabase.assoc
Storage of included associations.  | 
protected  AssociationID<T> | 
OrderingFromAssociation.association
AssocationID to use  | 
| Fields in de.lmu.ifi.dbs.elki.result with type parameters of type AssociationID | |
|---|---|
private  AnyMap<AssociationID<?>> | 
MetadataResult.data
Data store.  | 
| Methods in de.lmu.ifi.dbs.elki.result that return AssociationID | |
|---|---|
 AssociationID<T> | 
AnnotationFromHashMap.getAssociationID()
 | 
 AssociationID<T> | 
AnnotationResult.getAssociationID()
Return the association ID of this result.  | 
 AssociationID<T> | 
AnnotationFromDatabase.getAssociationID()
 | 
| Methods in de.lmu.ifi.dbs.elki.result that return types with arguments of type AssociationID | |
|---|---|
 Collection<AssociationID<?>> | 
MetadataResult.getAssociations()
Get stored metadata associations.  | 
| Methods in de.lmu.ifi.dbs.elki.result with parameters of type AssociationID | ||
|---|---|---|
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.  | 
|
 | 
MetadataResult.getAssociation(AssociationID<M> meta)
Get a meta data object.  | 
|
 | 
MetadataResult.getAssociationGenerics(AssociationID<?> meta)
Get a meta data object, with weaker compile time type checking.  | 
|
static
 | 
ResultUtil.getGlobalAssociation(Result result,
                     AssociationID<M> meta)
Get first Association from a MultiResult.  | 
|
 | 
MetadataResult.setAssociation(AssociationID<M> meta,
               M value)
Put meta data.  | 
|
static
 | 
ResultUtil.setGlobalAssociation(MultiResult result,
                     AssociationID<M> meta,
                     M value)
Set global meta association.  | 
|
| Constructors in de.lmu.ifi.dbs.elki.result with parameters of type AssociationID | |
|---|---|
AnnotationFromDatabase(Database<O> db,
                       AssociationID<T> association)
Constructor  | 
|
AnnotationFromHashMap(AssociationID<T> assoc,
                      HashMap<Integer,T> map)
Constructor  | 
|
OrderingFromAssociation(Database<O> db,
                        AssociationID<T> association)
Minimal constructor, using implied comparator and ascending order.  | 
|
OrderingFromAssociation(Database<O> db,
                        AssociationID<T> association,
                        boolean descending)
Constructor without comparator  | 
|
OrderingFromAssociation(Database<O> db,
                        AssociationID<T> association,
                        Comparator<T> comparator,
                        boolean descending)
Full Constructor (with comparator)  | 
|
  | 
                
  | 
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||||