de.lmu.ifi.dbs.elki.visualization.projector
Class HistogramFactory
java.lang.Object
de.lmu.ifi.dbs.elki.visualization.projector.HistogramFactory
- All Implemented Interfaces:
- ResultProcessor, InspectionUtilFrequentlyScanned, Parameterizable, ProjectorFactory
public class HistogramFactory
- extends Object
- implements ProjectorFactory
Produce one-dimensional projections.
Field Summary |
private int |
maxdim
Maximum dimensionality |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
maxdim
private int maxdim
- Maximum dimensionality
HistogramFactory
public HistogramFactory(int maxdim)
- Constructor.
- Parameters:
maxdim
- Maximum dimensionality
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