Package | Description |
---|---|
de.lmu.ifi.dbs.elki.algorithm.outlier |
Outlier detection algorithms
|
de.lmu.ifi.dbs.elki.evaluation.paircounting.generator |
Pair generation for pair counting evaluation.
|
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(Vector<IntIntPair> subspace,
ArrayList<ArrayList<DBIDs>> ranges)
Method to get the ids in the given subspace
|
Modifier and Type | Field and Description |
---|---|
private IntIntPair |
PairSortedGenerator.cur
Current pair
|
Modifier and Type | Method and Description |
---|---|
protected abstract IntIntPair |
PairSortedGenerator.advance()
Main advance method.
|
protected IntIntPair |
PairGeneratorNoise.advance()
Advance iterator and return new pair.
|
protected IntIntPair |
PairGeneratorMerge.advance()
Advance iterator and return next pair.
|
protected IntIntPair |
PairGeneratorSingleCluster.advance()
Advance iterator
|
IntIntPair |
PairSortedGenerator.current()
Return current pair.
|
IntIntPair |
PairSortedGeneratorInterface.current()
Return current pair.
|
IntIntPair |
PairSortedGenerator.next()
Return next pair.
|
IntIntPair |
PairSortedGeneratorInterface.next()
Return next pair, advance generator
|
Modifier and Type | Method and Description |
---|---|
protected void |
PairSortedGenerator.setCurrent(IntIntPair cur)
Set the current pair.
|
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.
|