| Package | Description |
|---|---|
| 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
|
| Modifier and Type | Field and Description |
|---|---|
private AffineTransformation |
GeneratorSingleCluster.trans
The transformation matrix
|
| Modifier and Type | Method and Description |
|---|---|
AffineTransformation |
GeneratorSingleCluster.getTransformation()
Get transformation
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Field and Description |
|---|---|
private AffineTransformation |
AffineProjection.proj
Affine transformation used in projection
|
| Modifier and Type | Method and Description |
|---|---|
static AffineTransformation |
AffineProjection.axisProjection(int dim,
int ax1,
int ax2)
Compute an transformation matrix to show only axis ax1 and ax2.
|
| Constructor and Description |
|---|
AffineProjection(LinearScale[] scales,
AffineTransformation proj)
Constructor with a given database and axes.
|