Package | Description |
---|---|
de.lmu.ifi.dbs.elki.algorithm.clustering.subspace |
Axis-parallel subspace clustering algorithms.
|
de.lmu.ifi.dbs.elki.algorithm.clustering.subspace.clique |
Helper classes for the
CLIQUE algorithm. |
de.lmu.ifi.dbs.elki.algorithm.outlier.lof |
LOF family of outlier detection algorithms.
|
de.lmu.ifi.dbs.elki.algorithm.outlier.spatial |
Spatial outlier detection algorithms
|
de.lmu.ifi.dbs.elki.algorithm.outlier.subspace |
Subspace outlier detection methods.
|
de.lmu.ifi.dbs.elki.application.internal |
Internal utilities for development.
|
de.lmu.ifi.dbs.elki.evaluation.index |
Simple index evaluation methods
|
de.lmu.ifi.dbs.elki.gui.util |
Utility classes for GUIs (e.g. a class to display a logging panel)
|
de.lmu.ifi.dbs.elki.index.tree.spatial |
Tree-based index structures for spatial indexing.
|
de.lmu.ifi.dbs.elki.result.textwriter.writers |
Serialization handlers for individual data types.
|
de.lmu.ifi.dbs.elki.utilities |
Utility and helper classes - commonly used data structures, output formatting, exceptions, ...
|
de.lmu.ifi.dbs.elki.utilities.optionhandling.parameterization |
Configuration managers.
|
de.lmu.ifi.dbs.elki.utilities.pairs |
Pairs utility classes.
|
de.lmu.ifi.dbs.elki.visualization.css |
Managing CSS styles / classes.
|
de.lmu.ifi.dbs.elki.visualization.gui.overview |
Classes for managing the overview plot.
|
Modifier and Type | Method and Description |
---|---|
private Pair<long[],ArrayModifiableDBIDs> |
DiSH.findParent(Relation<V> relation,
Pair<long[],ArrayModifiableDBIDs> child,
TCustomHashMap<long[],List<ArrayModifiableDBIDs>> clustersMap)
Returns the parent of the specified cluster
|
Modifier and Type | Method and Description |
---|---|
private List<Pair<Subspace,ModifiableDBIDs>> |
CLIQUE.determineClusters(List<CLIQUESubspace<V>> denseSubspaces)
Determines the clusters in the specified dense subspaces.
|
private List<Pair<Vector,long[]>> |
PROCLUS.findDimensions(ArrayList<PROCLUS.PROCLUSCluster> clusters,
Relation<V> database)
Refinement step that determines the set of correlated dimensions for each
cluster centroid.
|
Modifier and Type | Method and Description |
---|---|
private Pair<long[],ArrayModifiableDBIDs> |
DiSH.findParent(Relation<V> relation,
Pair<long[],ArrayModifiableDBIDs> child,
TCustomHashMap<long[],List<ArrayModifiableDBIDs>> clustersMap)
Returns the parent of the specified cluster
|
Modifier and Type | Method and Description |
---|---|
private List<PROCLUS.PROCLUSCluster> |
PROCLUS.finalAssignment(List<Pair<Vector,long[]>> dimensions,
Relation<V> database)
Refinement step to assign the objects to the final clusters.
|
Modifier and Type | Method and Description |
---|---|
List<Pair<Subspace,ModifiableDBIDs>> |
CLIQUESubspace.determineClusters()
Determines all clusters in this subspace by performing a depth-first search
algorithm to find connected dense units.
|
Modifier and Type | Method and Description |
---|---|
private Pair<Pair<KNNQuery<O>,KNNQuery<O>>,Pair<RKNNQuery<O>,RKNNQuery<O>>> |
OnlineLOF.getKNNAndRkNNQueries(Database database,
Relation<O> relation,
StepProgress stepprog)
Get the kNN and rkNN queries for the algorithm.
|
protected Pair<KNNQuery<O>,KNNQuery<O>> |
LoOP.getKNNQueries(Database database,
Relation<O> relation,
StepProgress stepprog)
Get the kNN queries for the algorithm.
|
private Pair<KNNQuery<O>,KNNQuery<O>> |
FlexibleLOF.getKNNQueries(Database database,
Relation<O> relation,
StepProgress stepprog)
Get the kNN queries for the algorithm.
|
Modifier and Type | Method and Description |
---|---|
private Pair<Pair<KNNQuery<O>,KNNQuery<O>>,Pair<RKNNQuery<O>,RKNNQuery<O>>> |
OnlineLOF.getKNNAndRkNNQueries(Database database,
Relation<O> relation,
StepProgress stepprog)
Get the kNN and rkNN queries for the algorithm.
|
private Pair<Pair<KNNQuery<O>,KNNQuery<O>>,Pair<RKNNQuery<O>,RKNNQuery<O>>> |
OnlineLOF.getKNNAndRkNNQueries(Database database,
Relation<O> relation,
StepProgress stepprog)
Get the kNN and rkNN queries for the algorithm.
|
Modifier and Type | Method and Description |
---|---|
private Pair<DBIDVar,Double> |
CTLuGLSBackwardSearchAlgorithm.singleIteration(Relation<V> relationx,
Relation<? extends NumberVector> relationy)
Run a single iteration of the GLS-SOD modeling step
|
Modifier and Type | Method and Description |
---|---|
private Pair<AggarwalYuEvolutionary.Individuum,AggarwalYuEvolutionary.Individuum> |
AggarwalYuEvolutionary.EvolutionarySearch.recombineOptimized(AggarwalYuEvolutionary.Individuum parent1,
AggarwalYuEvolutionary.Individuum parent2)
Recombination method.
|
Modifier and Type | Method and Description |
---|---|
private static List<Pair<Reference,TreeSet<Object>>> |
DocumentReferences.sortedReferences() |
Modifier and Type | Method and Description |
---|---|
private static void |
DocumentReferences.addReference(Object cls,
Reference ref,
List<Pair<Reference,TreeSet<Object>>> refs,
Map<Reference,TreeSet<Object>> map) |
private static void |
DocumentParameters.buildParameterIndex(Map<Class<?>,List<Parameter<?>>> byclass,
Map<OptionID,List<Pair<Parameter<?>,Class<?>>>> byopt) |
private static Document |
DocumentReferences.documentReferences(List<Pair<Reference,TreeSet<Object>>> refs) |
private static void |
DocumentReferences.documentReferencesWiki(List<Pair<Reference,TreeSet<Object>>> refs,
PrintStream refstreamW) |
private static void |
DocumentReferences.inspectClass(Class<?> cls,
List<Pair<Reference,TreeSet<Object>>> refs,
Map<Reference,TreeSet<Object>> map) |
private static void |
DocumentReferences.inspectPackage(Package p,
List<Pair<Reference,TreeSet<Object>>> refs,
Map<Reference,TreeSet<Object>> map) |
private static Document |
DocumentParameters.makeByOptOverviewHTML(Map<OptionID,List<Pair<Parameter<?>,Class<?>>>> byopt) |
private static void |
DocumentParameters.makeByOptOverviewWiki(Map<OptionID,List<Pair<Parameter<?>,Class<?>>>> byopt,
DocumentParameters.WikiStream out) |
Constructor and Description |
---|
IndexStatistics.IndexMetaResult(Collection<Pair<String,String>> col,
Collection<String> header)
Constructor.
|
Modifier and Type | Field and Description |
---|---|
private ArrayList<Pair<String,ArrayList<String>>> |
SavedSettingsFile.store
Data store
|
Modifier and Type | Method and Description |
---|---|
Pair<String,ArrayList<String>> |
SavedSettingsFile.getElementAt(int index)
Array access.
|
Modifier and Type | Method and Description |
---|---|
Iterator<Pair<String,ArrayList<String>>> |
SavedSettingsFile.iterator() |
Modifier and Type | Class and Description |
---|---|
class |
SpatialPair<K,V extends SpatialComparable>
Defines the requirements for objects that can be indexed by a Spatial Index,
which are spatial nodes or data objects.
|
Modifier and Type | Method and Description |
---|---|
void |
TextWriterPair.write(TextWriterStream out,
String label,
Pair<?,?> object)
Serialize a pair, component-wise
|
Modifier and Type | Field and Description |
---|---|
private ArrayList<Pair<Class<?>,H>> |
HandlerList.handlers
List with registered Handlers.
|
Modifier and Type | Field and Description |
---|---|
(package private) LinkedList<Pair<OptionID,Object>> |
ListParameterization.parameters
The actual parameters, for storage
|
private List<Pair<OptionID,Object>> |
MergedParameterization.used
Parameters to rewind.
|
Modifier and Type | Method and Description |
---|---|
List<Pair<OptionID,Object>> |
ListParameterization.getRemainingParameters()
Return the yet unused parameters.
|
Constructor and Description |
---|
ListParameterization(Collection<Pair<OptionID,Object>> dbParameters)
Constructor with an existing collection.
|
MergedParameterization(Parameterization inner,
ListParameterization current,
List<Pair<OptionID,Object>> used)
Constructor for descending
|
Modifier and Type | Method and Description |
---|---|
static <F,S> Pair<F,S>[] |
Pair.newPairArray(int size)
Create a new array of the given size (for generics)
|
Modifier and Type | Field and Description |
---|---|
private Collection<Pair<String,String>> |
CSSClass.statements
Actual CSS statements
|
Modifier and Type | Method and Description |
---|---|
Collection<Pair<String,String>> |
CSSClass.getStatements()
Get read-only collection access to all statements.
|
Modifier and Type | Method and Description |
---|---|
static boolean |
CSSClass.checkCSSStatements(Collection<Pair<String,String>> statements)
Validate a set of CSS statements.
|
Constructor and Description |
---|
CSSClass(Object owner,
String name,
Collection<Pair<String,String>> statements)
Full constructor
|
Modifier and Type | Field and Description |
---|---|
private HashMap<Pair<PlotItem,VisualizationTask>,Pair<Element,Visualization>> |
LayerMap.map
The actual map
|
private HashMap<Pair<PlotItem,VisualizationTask>,Pair<Element,Visualization>> |
LayerMap.map
The actual map
|
Modifier and Type | Method and Description |
---|---|
Pair<Element,Visualization> |
LayerMap.get(PlotItem it,
VisualizationTask task)
Get a pair from the map
|
private Pair<PlotItem,VisualizationTask> |
LayerMap.key(PlotItem item,
VisualizationTask task)
Helper function for building a key object
|
Pair<Element,Visualization> |
LayerMap.remove(PlotItem it,
VisualizationTask task)
Remove a combination.
|
private Pair<Element,Visualization> |
LayerMap.value(Element elem,
Visualization vis)
Helper function to build a value pair
|
Modifier and Type | Method and Description |
---|---|
Iterable<Pair<Element,Visualization>> |
LayerMap.values()
Iterate over values
|
Modifier and Type | Method and Description |
---|---|
void |
LayerMap.put(PlotItem it,
VisualizationTask task,
Pair<Element,Visualization> pair)
Put a new item into the visualizations
|
Copyright © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.