Uses of Class
elki.math.linearalgebra.AffineTransformation
-
Packages that use AffineTransformation Package Description elki.data.synthetic.bymodel Generator using a distribution model specified in an XML configuration file.elki.math.linearalgebra The linear algebra package provides classes and computational methods for operations on matrices and vectors.elki.visualization.projections Visualization projections. -
-
Uses of AffineTransformation in elki.data.synthetic.bymodel
Fields in elki.data.synthetic.bymodel declared as AffineTransformation Modifier and Type Field Description private AffineTransformationGeneratorSingleCluster. transThe transformation matrixMethods in elki.data.synthetic.bymodel that return AffineTransformation Modifier and Type Method Description AffineTransformationGeneratorSingleCluster. getTransformation()Get transformation -
Uses of AffineTransformation in elki.math.linearalgebra
Methods in elki.math.linearalgebra that return AffineTransformation Modifier and Type Method Description static AffineTransformationAffineTransformation. reorderAxesTransformation(int dim, int... axes)Generate a transformation that reorders axes in the given way. -
Uses of AffineTransformation in elki.visualization.projections
Fields in elki.visualization.projections declared as AffineTransformation Modifier and Type Field Description private AffineTransformationAffineProjection. projAffine transformation used in projectionMethods in elki.visualization.projections that return AffineTransformation Modifier and Type Method Description static AffineTransformationAffineProjection. axisProjection(int dim, int ax1, int ax2)Compute an transformation matrix to show only axis ax1 and ax2.Constructors in elki.visualization.projections with parameters of type AffineTransformation Constructor Description AffineProjection(Projector p, LinearScale[] scales, AffineTransformation proj)Constructor with a given database and axes.
-