de.lmu.ifi.dbs.elki.visualization.projector
Interface ProjectorFactory
- All Superinterfaces:
- InspectionUtilFrequentlyScanned, Parameterizable, ResultProcessor
- All Known Implementing Classes:
- HistogramFactory, OPTICSProjectorFactory, ScatterPlotFactory
public interface ProjectorFactory
- extends ResultProcessor, Parameterizable
A projector is responsible for adding projections to the visualization by
detecting appropriate relations in the database.
processNewResult
void processNewResult(HierarchicalResult baseResult,
Result newResult)
- Add projections for the given result (tree) to the result tree.
- Specified by:
processNewResult
in interface ResultProcessor
- Parameters:
baseResult
- Context to work withnewResult
- Result to process