Package | Description |
---|---|
de.lmu.ifi.dbs.elki.data.synthetic.bymodel |
Generator using a distribution model specified in an XML configuration file
GeneratorXMLSpec is a standalone
application that loads an XML specification file and generates a synthetic
data set according to the specifications given. |
de.lmu.ifi.dbs.elki.math.linearalgebra |
The linear algebra package provides classes and computational methods for
operations on matrices and vectors.
|
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 |
---|---|
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(Projector p,
LinearScale[] scales,
AffineTransformation proj)
Constructor with a given database and axes.
|
Copyright © 2019 ELKI Development Team. License information.