de.lmu.ifi.dbs.elki.visualization.projector
Class OPTICSProjectorFactory
java.lang.Object
de.lmu.ifi.dbs.elki.visualization.projector.OPTICSProjectorFactory
- All Implemented Interfaces:
- ResultProcessor, InspectionUtilFrequentlyScanned, Parameterizable, ProjectorFactory
public class OPTICSProjectorFactory
- extends Object
- implements ProjectorFactory
Produce OPTICS plot projections
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OPTICSProjectorFactory
public OPTICSProjectorFactory()
- Constructor.
processNewResult
public void processNewResult(HierarchicalResult baseResult,
Result newResult)
- Description copied from interface:
ProjectorFactory
- Add projections for the given result (tree) to the result tree.
- Specified by:
processNewResult in interface ResultProcessor- Specified by:
processNewResult in interface ProjectorFactory
- Parameters:
baseResult - Context to work withnewResult - Result to process