de.lmu.ifi.dbs.elki.visualization.visualizers.vis2d
Class TreeSphereVisualization.Factory<NV extends NumberVector<NV,?>>
java.lang.Object
de.lmu.ifi.dbs.elki.visualization.visualizers.AbstractVisFactory
de.lmu.ifi.dbs.elki.visualization.visualizers.vis2d.TreeSphereVisualization.Factory<NV>
- Type Parameters:
NV -
- All Implemented Interfaces:
- ResultProcessor, InspectionUtilFrequentlyScanned, Parameterizable, VisFactory
- Enclosing class:
- TreeSphereVisualization<NV extends NumberVector<NV,?>,D extends NumberDistance<D,?>,N extends AbstractMTreeNode<NV,D,N,E>,E extends MTreeEntry<D>>
public static class TreeSphereVisualization.Factory<NV extends NumberVector<NV,?>>
- extends AbstractVisFactory
Factory
|
Field Summary |
protected boolean |
fill
Fill parameter. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
fill
protected boolean fill
- Fill parameter.
TreeSphereVisualization.Factory
public TreeSphereVisualization.Factory(boolean fill)
- Constructor.
- Parameters:
fill -
processNewResult
public void processNewResult(HierarchicalResult baseResult,
Result result)
- Description copied from interface:
VisFactory
- Add visualizers for the given result (tree) to the context.
- Parameters:
baseResult - Context to work withresult - Result to process
makeVisualization
public Visualization makeVisualization(VisualizationTask task)
- Description copied from interface:
VisFactory
- Produce a visualization instance for the given task
- Specified by:
makeVisualization in interface VisFactory- Specified by:
makeVisualization in class AbstractVisFactory
- Parameters:
task - Visualization task
- Returns:
- Visualization