Package elki.visualization.projector
Class HistogramFactory
- java.lang.Object
-
- elki.visualization.projector.HistogramFactory
-
- All Implemented Interfaces:
ProjectorFactory,VisualizationProcessor
public class HistogramFactory extends java.lang.Object implements ProjectorFactory
Produce one-dimensional projections.- Since:
- 0.4.0
- Author:
- Erich Schubert
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classHistogramFactory.ParParameterization class.
-
Field Summary
Fields Modifier and Type Field Description private intmaxdimMaximum dimensionality.
-
Constructor Summary
Constructors Constructor Description HistogramFactory(int maxdim)Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidprocessNewResult(VisualizerContext context, java.lang.Object start)Add projections for the given result (tree) to the result tree.
-
-
-
Method Detail
-
processNewResult
public void processNewResult(VisualizerContext context, java.lang.Object start)
Description copied from interface:ProjectorFactoryAdd projections for the given result (tree) to the result tree.- Specified by:
processNewResultin interfaceProjectorFactory- Specified by:
processNewResultin interfaceVisualizationProcessor- Parameters:
context- Visualization contextstart- Result to process
-
-