public class ScatterPlotFactory extends java.lang.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,
java.lang.Object start)
Add projections for the given result (tree) to the result tree.
|
public static final int MAX_DIMENSIONS_DEFAULT
FIXME: add scrolling function for higher dimensionality!
private int maxdim
public ScatterPlotFactory(int maxdim)
maxdim
- Maximum number of dimensions to show.public void processNewResult(VisualizerContext context, java.lang.Object start)
ProjectorFactory
processNewResult
in interface ProjectorFactory
processNewResult
in interface VisualizationProcessor
context
- Visualization contextstart
- Result to processprivate int dimensionality(Relation<?> rel)
Copyright © 2019 ELKI Development Team. License information.