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. 
de.lmu.ifi.dbs.elki.visualization.projections Visualization projections 
 

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.
 

Uses of AffineTransformation in de.lmu.ifi.dbs.elki.visualization.projections
 

Fields in de.lmu.ifi.dbs.elki.visualization.projections declared as AffineTransformation
private  AffineTransformation AffineProjection.proj
          Affine transformation used in projection
 

Methods in de.lmu.ifi.dbs.elki.visualization.projections that return AffineTransformation
static AffineTransformation AffineProjection.axisProjection(int dim, int ax1, int ax2)
          Compute an transformation matrix to show only axis ax1 and ax2.
 

Constructors in de.lmu.ifi.dbs.elki.visualization.projections with parameters of type AffineTransformation
AffineProjection(LinearScale[] scales, AffineTransformation proj)
          Constructor with a given database and axes.
 


Release 0.4.0 (2011-09-20_1324)