Environment for
DeveLoping
KDD-Applications
Supported by Index-Structures

Uses of Class
de.lmu.ifi.dbs.elki.math.linearalgebra.AffineTransformation

Packages that use AffineTransformation
de.lmu.ifi.dbs.elki.data.synthetic.bymodel Generator using a distribution model specified in an XML configuration file. 
de.lmu.ifi.dbs.elki.math.linearalgebra Linear Algebra package provides classes and computational methods for operations on matrices. 
 

Uses of AffineTransformation in de.lmu.ifi.dbs.elki.data.synthetic.bymodel
 

Fields in de.lmu.ifi.dbs.elki.data.synthetic.bymodel declared as AffineTransformation
private  AffineTransformation GeneratorSingleCluster.trans
          The transformation matrix
 

Methods in de.lmu.ifi.dbs.elki.data.synthetic.bymodel that return AffineTransformation
 AffineTransformation GeneratorSingleCluster.getTrans()
          Get transformation
 

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

Methods in de.lmu.ifi.dbs.elki.math.linearalgebra that return AffineTransformation
 AffineTransformation AffineTransformation.clone()
          Return a clone of the affine transformation
static AffineTransformation AffineTransformation.reorderAxesTransformation(int dim, int[] axes)
          Generate a transformation that reorders axes in the given way.
 


Release 0.2 (2009-07-06_1820)