
public class HistogramFactory extends Object implements ProjectorFactory
| Modifier and Type | Class and Description |
|---|---|
static class |
HistogramFactory.Parameterizer
Parameterization class.
|
| Modifier and Type | Field and Description |
|---|---|
private int |
maxdim
Maximum dimensionality.
|
| Constructor and Description |
|---|
HistogramFactory(int maxdim)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
processNewResult(VisualizerContext context,
Object start)
Add projections for the given result (tree) to the result tree.
|
public HistogramFactory(int maxdim)
maxdim - Maximum dimensionalitypublic void processNewResult(VisualizerContext context, Object start)
ProjectorFactoryprocessNewResult in interface ProjectorFactoryprocessNewResult in interface VisualizationProcessorcontext - Visualization contextstart - Result to processCopyright © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.