Package elki.visualization.projector
Class OPTICSProjectorFactory
- java.lang.Object
-
- elki.visualization.projector.OPTICSProjectorFactory
-
- All Implemented Interfaces:
ProjectorFactory
,VisualizationProcessor
public class OPTICSProjectorFactory extends java.lang.Object implements ProjectorFactory
Produce OPTICS plot projections- Since:
- 0.4.0
- Author:
- Erich Schubert
-
-
Constructor Summary
Constructors Constructor Description OPTICSProjectorFactory()
Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
processNewResult(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:ProjectorFactory
Add projections for the given result (tree) to the result tree.- Specified by:
processNewResult
in interfaceProjectorFactory
- Specified by:
processNewResult
in interfaceVisualizationProcessor
- Parameters:
context
- Visualization contextstart
- Result to process
-
-