Environment for
DeveLoping
KDD-Applications
Supported by Index-Structures

Uses of Class
de.lmu.ifi.dbs.elki.utilities.pairs.IntIntPair

Packages that use IntIntPair
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. 
 

Uses of IntIntPair in de.lmu.ifi.dbs.elki.evaluation.paircounting.generator
 

Fields in de.lmu.ifi.dbs.elki.evaluation.paircounting.generator declared as IntIntPair
private  IntIntPair PairSortedGenerator.cur
          Current pair
 

Methods in de.lmu.ifi.dbs.elki.evaluation.paircounting.generator that return IntIntPair
protected abstract  IntIntPair PairSortedGenerator.advance()
          Main advance method.
protected  IntIntPair PairGeneratorSingleCluster.advance()
          Advance iterator
protected  IntIntPair PairGeneratorMerge.advance()
          Advance iterator and return next pair.
protected  IntIntPair PairGeneratorNoise.advance()
          Advance iterator and return new pair.
 IntIntPair PairSortedGeneratorInterface.current()
          Return current pair.
 IntIntPair PairSortedGenerator.current()
          Return current pair.
 IntIntPair PairSortedGeneratorInterface.next()
          Return next pair, advance generator
 IntIntPair PairSortedGenerator.next()
          Return next pair.
 

Methods in de.lmu.ifi.dbs.elki.evaluation.paircounting.generator with parameters of type IntIntPair
protected  void PairSortedGenerator.setCurrent(IntIntPair cur)
          Set the current pair.
 

Uses of IntIntPair in de.lmu.ifi.dbs.elki.math.linearalgebra
 

Methods in de.lmu.ifi.dbs.elki.math.linearalgebra that return IntIntPair
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|
 

Methods in de.lmu.ifi.dbs.elki.math.linearalgebra with parameters of type IntIntPair
private  void LinearEquationSystem.permutePivot(IntIntPair pos1, IntIntPair pos2)
          permutes two matrix rows and two matrix columns
 

Uses of IntIntPair in de.lmu.ifi.dbs.elki.utilities.pairs
 

Fields in de.lmu.ifi.dbs.elki.utilities.pairs with type parameters of type IntIntPair
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
 

Methods in de.lmu.ifi.dbs.elki.utilities.pairs with parameters of type IntIntPair
 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.
 


Release 0.3 (2010-03-31_1612)