
public class ScatterPlotFactory extends Object implements ProjectorFactory
| Modifier and Type | Class and Description |
|---|---|
static class |
ScatterPlotFactory.Parameterizer
Parameterization class.
|
| Modifier and Type | Field and Description |
|---|---|
static int |
MAX_DIMENSIONS_DEFAULT
Maximum number of dimensions to visualize.
|
private int |
maxdim
Stores the maximum number of dimensions to show.
|
| Constructor and Description |
|---|
ScatterPlotFactory(int maxdim)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
private int |
dimensionality(Relation<?> rel) |
void |
processNewResult(VisualizerContext context,
Object start)
Add projections for the given result (tree) to the result tree.
|
public static final int MAX_DIMENSIONS_DEFAULT
private int maxdim
public ScatterPlotFactory(int maxdim)
maxdim - Maximum number of dimensions to show.public void processNewResult(VisualizerContext context, Object start)
ProjectorFactoryprocessNewResult in interface ProjectorFactoryprocessNewResult in interface VisualizationProcessorcontext - Visualization contextstart - Result to processprivate int dimensionality(Relation<?> rel)
Copyright © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.