Package | Description |
---|---|
de.lmu.ifi.dbs.elki.algorithm.outlier |
Outlier detection algorithms
|
de.lmu.ifi.dbs.elki.math |
Mathematical operations and utilities used throughout the framework.
|
de.lmu.ifi.dbs.elki.math.geometry |
Algorithms from computational geometry.
|
de.lmu.ifi.dbs.elki.math.linearalgebra |
Linear Algebra package provides classes and computational methods for operations on matrices.
|
de.lmu.ifi.dbs.elki.utilities.pairs |
Pairs and triples utility classes.
|
Modifier and Type | Method and Description |
---|---|
protected DBIDs |
AbstractAggarwalYuOutlier.computeSubspace(ArrayList<IntIntPair> subspace,
ArrayList<ArrayList<DBIDs>> ranges)
Method to get the ids in the given subspace.
|
Modifier and Type | Class and Description |
---|---|
class |
IntegerMinMax
Class to find the minimum and maximum int values in data.
|
Modifier and Type | Field and Description |
---|---|
private LinkedList<IntIntPair> |
SweepHullDelaunay2D.hull
Internal representation of the hull
|
Modifier and Type | Method and Description |
---|---|
private IntIntPair |
LinearEquationSystem.nonZeroPivotSearch(int k)
Method for trivial pivot search, searches for non-zero entry.
|
private IntIntPair |
LinearEquationSystem.totalPivotSearch(int k)
Method for total pivot search, searches for x,y in {k,...n}, so that |a_xy|
> |a_ij|
|
Modifier and Type | Method and Description |
---|---|
private void |
LinearEquationSystem.permutePivot(IntIntPair pos1,
IntIntPair pos2)
permutes two matrix rows and two matrix columns
|
Modifier and Type | Field and Description |
---|---|
static Comparator<IntIntPair> |
IntIntPair.BYFIRST_COMPARATOR
Comparator to compare by second component only
|
static Comparator<IntIntPair> |
IntIntPair.BYSECOND_COMPARATOR
Comparator to compare by second component only
|
static Comparator<IntIntPair> |
IntIntPair.SWAPPED_COMPARATOR
Comparator to compare by swapped components
|
Modifier and Type | Method and Description |
---|---|
int |
IntIntPair.compareSwappedTo(IntIntPair other)
Implementation of comparableSwapped interface, sorting by second then
first.
|
int |
IntIntPair.compareTo(IntIntPair other)
Implementation of comparable interface, sorting by first then second.
|