Uses of Class
elki.utilities.pairs.Pair
-
Packages that use Pair Package Description elki.clustering.subspace Axis-parallel subspace clustering algorithms.elki.clustering.subspace.clique Helper classes for theCLIQUE
algorithm.elki.evaluation.index Simple index evaluation methods.elki.gui.util Utility classes for GUIs (e.g., a class to display a logging panel).elki.index.preprocessed.knn Indexes providing KNN and rKNN data.elki.outlier.lof LOF family of outlier detection algorithms.elki.outlier.spatial Spatial outlier detection algorithms.elki.outlier.subspace Subspace outlier detection methods.elki.result.textwriter.writers Serialization handlers for individual data types.elki.utilities Utility and helper classes - commonly used data structures, output formatting, exceptions, ...elki.visualization.css Managing CSS styles / classes.elki.visualization.gui.overview Classes for managing the overview plot. -
-
Uses of Pair in elki.clustering.subspace
Methods in elki.clustering.subspace that return Pair Modifier and Type Method Description private Pair<long[],ArrayModifiableDBIDs>
DiSH. findParent(Relation<? extends NumberVector> relation, Pair<long[],ArrayModifiableDBIDs> child, it.unimi.dsi.fastutil.objects.Object2ObjectMap<long[],java.util.List<ArrayModifiableDBIDs>> clustersMap)
Returns the parent of the specified clusterMethods in elki.clustering.subspace that return types with arguments of type Pair Modifier and Type Method Description private java.util.List<Pair<Subspace,ModifiableDBIDs>>
CLIQUE. determineClusters(java.util.List<CLIQUESubspace> denseSubspaces)
Determines the clusters in the specified dense subspaces.private java.util.List<Pair<double[],long[]>>
PROCLUS. findDimensions(java.util.ArrayList<PROCLUS.PROCLUSCluster> clusters, Relation<? extends NumberVector> database)
Refinement step that determines the set of correlated dimensions for each cluster centroid.Methods in elki.clustering.subspace with parameters of type Pair Modifier and Type Method Description private Pair<long[],ArrayModifiableDBIDs>
DiSH. findParent(Relation<? extends NumberVector> relation, Pair<long[],ArrayModifiableDBIDs> child, it.unimi.dsi.fastutil.objects.Object2ObjectMap<long[],java.util.List<ArrayModifiableDBIDs>> clustersMap)
Returns the parent of the specified clusterMethod parameters in elki.clustering.subspace with type arguments of type Pair Modifier and Type Method Description private java.util.List<PROCLUS.PROCLUSCluster>
PROCLUS. finalAssignment(java.util.List<Pair<double[],long[]>> dimensions, Relation<? extends NumberVector> database)
Refinement step to assign the objects to the final clusters. -
Uses of Pair in elki.clustering.subspace.clique
Methods in elki.clustering.subspace.clique that return types with arguments of type Pair Modifier and Type Method Description java.util.List<Pair<Subspace,ModifiableDBIDs>>
CLIQUESubspace. determineClusters()
Determines all clusters in this subspace by performing a depth-first search algorithm to find connected dense units. -
Uses of Pair in elki.evaluation.index
Constructor parameters in elki.evaluation.index with type arguments of type Pair Constructor Description IndexMetaResult(java.util.Collection<Pair<java.lang.String,java.lang.String>> col, java.util.Collection<java.lang.String> header)
Constructor. -
Uses of Pair in elki.gui.util
Fields in elki.gui.util with type parameters of type Pair Modifier and Type Field Description private java.util.ArrayList<Pair<java.lang.String,java.util.ArrayList<java.lang.String>>>
SavedSettingsFile. store
Data storeMethods in elki.gui.util that return Pair Modifier and Type Method Description Pair<java.lang.String,java.util.ArrayList<java.lang.String>>
SavedSettingsFile. getElementAt(int index)
Array access.Methods in elki.gui.util that return types with arguments of type Pair Modifier and Type Method Description java.util.Iterator<Pair<java.lang.String,java.util.ArrayList<java.lang.String>>>
SavedSettingsFile. iterator()
-
Uses of Pair in elki.index.preprocessed.knn
Subclasses of Pair in elki.index.preprocessed.knn Modifier and Type Class 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. -
Uses of Pair in elki.outlier.lof
Methods in elki.outlier.lof that return Pair Modifier and Type Method Description private Pair<Pair<KNNSearcher<DBIDRef>,KNNSearcher<DBIDRef>>,Pair<RKNNSearcher<DBIDRef>,RKNNSearcher<DBIDRef>>>
OnlineLOF. getKNNAndRkNNQueries(Relation<O> relation, StepProgress stepprog)
Get the kNN and rkNN queries for the algorithm.Methods in elki.outlier.lof that return types with arguments of type Pair Modifier and Type Method Description private Pair<Pair<KNNSearcher<DBIDRef>,KNNSearcher<DBIDRef>>,Pair<RKNNSearcher<DBIDRef>,RKNNSearcher<DBIDRef>>>
OnlineLOF. getKNNAndRkNNQueries(Relation<O> relation, StepProgress stepprog)
Get the kNN and rkNN queries for the algorithm.private Pair<Pair<KNNSearcher<DBIDRef>,KNNSearcher<DBIDRef>>,Pair<RKNNSearcher<DBIDRef>,RKNNSearcher<DBIDRef>>>
OnlineLOF. getKNNAndRkNNQueries(Relation<O> relation, StepProgress stepprog)
Get the kNN and rkNN queries for the algorithm. -
Uses of Pair in elki.outlier.spatial
Methods in elki.outlier.spatial that return Pair Modifier and Type Method Description private Pair<DBIDVar,java.lang.Double>
CTLuGLSBackwardSearchAlgorithm. singleIteration(Relation<V> relationx, Relation<? extends NumberVector> relationy)
Run a single iteration of the GLS-SOD modeling step -
Uses of Pair in elki.outlier.subspace
Methods in elki.outlier.subspace that return Pair Modifier and Type Method Description private Pair<AggarwalYuEvolutionary.Individuum,AggarwalYuEvolutionary.Individuum>
AggarwalYuEvolutionary.EvolutionarySearch. recombineOptimized(AggarwalYuEvolutionary.Individuum parent1, AggarwalYuEvolutionary.Individuum parent2)
Recombination method. -
Uses of Pair in elki.result.textwriter.writers
Methods in elki.result.textwriter.writers with parameters of type Pair Modifier and Type Method Description void
TextWriterPair. write(TextWriterStream out, java.lang.String label, Pair<?,?> object)
Serialize a pair, component-wise -
Uses of Pair in elki.utilities
Fields in elki.utilities with type parameters of type Pair Modifier and Type Field Description private java.util.ArrayList<Pair<java.lang.Class<?>,H>>
HandlerList. handlers
List with registered Handlers. -
Uses of Pair in elki.visualization.css
Fields in elki.visualization.css with type parameters of type Pair Modifier and Type Field Description private java.util.Collection<Pair<java.lang.String,java.lang.String>>
CSSClass. statements
Actual CSS statementsMethods in elki.visualization.css that return types with arguments of type Pair Modifier and Type Method Description java.util.Collection<Pair<java.lang.String,java.lang.String>>
CSSClass. getStatements()
Get read-only collection access to all statements.Method parameters in elki.visualization.css with type arguments of type Pair Modifier and Type Method Description static boolean
CSSClass. checkCSSStatements(java.util.Collection<Pair<java.lang.String,java.lang.String>> statements)
Validate a set of CSS statements.Constructor parameters in elki.visualization.css with type arguments of type Pair Constructor Description CSSClass(java.lang.Object owner, java.lang.String name, java.util.Collection<Pair<java.lang.String,java.lang.String>> statements)
Full constructor -
Uses of Pair in elki.visualization.gui.overview
Fields in elki.visualization.gui.overview with type parameters of type Pair Modifier and Type Field Description private java.util.HashMap<Pair<PlotItem,VisualizationTask>,Pair<org.w3c.dom.Element,Visualization>>
LayerMap. map
The actual mapprivate java.util.HashMap<Pair<PlotItem,VisualizationTask>,Pair<org.w3c.dom.Element,Visualization>>
LayerMap. map
The actual mapMethods in elki.visualization.gui.overview that return Pair Modifier and Type Method Description Pair<org.w3c.dom.Element,Visualization>
LayerMap. get(PlotItem it, VisualizationTask task)
Get a pair from the mapprivate Pair<PlotItem,VisualizationTask>
LayerMap. key(PlotItem item, VisualizationTask task)
Helper function for building a key objectPair<org.w3c.dom.Element,Visualization>
LayerMap. remove(PlotItem it, VisualizationTask task)
Remove a combination.private Pair<org.w3c.dom.Element,Visualization>
LayerMap. value(org.w3c.dom.Element elem, Visualization vis)
Helper function to build a value pairMethods in elki.visualization.gui.overview that return types with arguments of type Pair Modifier and Type Method Description java.lang.Iterable<Pair<org.w3c.dom.Element,Visualization>>
LayerMap. values()
Iterate over valuesMethods in elki.visualization.gui.overview with parameters of type Pair Modifier and Type Method Description void
LayerMap. put(PlotItem it, VisualizationTask task, Pair<org.w3c.dom.Element,Visualization> pair)
Put a new item into the visualizations
-