public class HistogramFactory extends java.lang.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,
java.lang.Object start)
Add projections for the given result (tree) to the result tree.
|
public HistogramFactory(int maxdim)
maxdim
- Maximum dimensionalitypublic void processNewResult(VisualizerContext context, java.lang.Object start)
ProjectorFactory
processNewResult
in interface ProjectorFactory
processNewResult
in interface VisualizationProcessor
context
- Visualization contextstart
- Result to processCopyright © 2019 ELKI Development Team. License information.