Package | Description |
---|---|
de.lmu.ifi.dbs.elki.math.scales |
Scales handling for plotting.
|
de.lmu.ifi.dbs.elki.result |
Result types, representation and handling
|
de.lmu.ifi.dbs.elki.visualization.opticsplot |
Code for drawing OPTICS plots
|
de.lmu.ifi.dbs.elki.visualization.projections |
Visualization projections
|
de.lmu.ifi.dbs.elki.visualization.svg |
Base SVG functionality (generation, markers, thumbnails, export, ...).
|
Modifier and Type | Method and Description |
---|---|
static LinearScale[] |
Scales.calcScales(Relation<? extends SpatialComparable> db)
Compute a linear scale for each dimension.
|
Modifier and Type | Field and Description |
---|---|
private LinearScale[] |
ScalesResult.scales
The scales in use.
|
Modifier and Type | Method and Description |
---|---|
LinearScale |
ScalesResult.getScale(int dim)
Get the scale for dimension dim (starting at 1!).
|
LinearScale[] |
ScalesResult.getScales()
Get all scales.
|
Modifier and Type | Method and Description |
---|---|
void |
ScalesResult.setScale(int dim,
LinearScale scale)
Set the scale for dimension dim (starting at 1!).
|
Constructor and Description |
---|
ScalesResult(LinearScale[] scales)
Constructor.
|
Modifier and Type | Field and Description |
---|---|
(package private) LinearScale |
OPTICSPlot.scale
Scale to use
|
Modifier and Type | Method and Description |
---|---|
protected LinearScale |
OPTICSPlot.computeScale(ClusterOrder order)
Compute the scale (value range)
|
LinearScale |
OPTICSPlot.getScale() |
Modifier and Type | Field and Description |
---|---|
private LinearScale[] |
SimpleParallel.scales
Scales
|
protected LinearScale[] |
AbstractProjection.scales
Scales in data set
|
Modifier and Type | Method and Description |
---|---|
LinearScale |
SimpleParallel.getAxisScale(int axis) |
LinearScale |
ProjectionParallel.getAxisScale(int axis)
Get scale for the given axis
|
LinearScale |
SimpleParallel.getScale(int dim) |
LinearScale |
Projection.getScale(int d)
Get the scale class for a particular dimension.
|
LinearScale |
OPTICSProjection.getScale(int d) |
LinearScale |
AbstractProjection.getScale(int d)
Get the scales used, for rendering scales mostly.
|
Constructor and Description |
---|
AbstractFullProjection(Projector p,
LinearScale[] scales)
Constructor.
|
AbstractProjection(Projector p,
LinearScale[] scales)
Constructor.
|
AbstractSimpleProjection(Projector p,
LinearScale[] scales)
Constructor.
|
AffineProjection(Projector p,
LinearScale[] scales,
AffineTransformation proj)
Constructor with a given database and axes.
|
Simple1D(Projector p,
LinearScale[] scales,
int dnum)
Simple 1D projection using scaling only.
|
Simple2D(Projector p,
LinearScale[] scales,
int ax1,
int ax2)
Constructor with a given database and axes.
|
SimpleParallel(Projector p,
LinearScale[] scales)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
static void |
SVGSimpleLinearAxis.drawAxis(SVGPlot plot,
Element parent,
LinearScale scale,
double x1,
double y1,
double x2,
double y2,
SVGSimpleLinearAxis.LabelStyle labelstyle,
StyleLibrary style)
Plot an axis with appropriate scales
|
Copyright © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.