
public class ScatterPlotFactory extends Object implements ProjectorFactory
| Modifier and Type | Class and Description | 
|---|---|
| static class  | ScatterPlotFactory.ParameterizerParameterization class. | 
| Modifier and Type | Field and Description | 
|---|---|
| static int | MAX_DIMENSIONS_DEFAULTMaximum number of dimensions to visualize. | 
| private int | maxdimStores the maximum number of dimensions to show. | 
| Constructor and Description | 
|---|
| ScatterPlotFactory(int maxdim)Constructor. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | processNewResult(HierarchicalResult baseResult,
                Result newResult)Add projections for the given result (tree) to the result tree. | 
public static final int MAX_DIMENSIONS_DEFAULT
private int maxdim
public ScatterPlotFactory(int maxdim)
maxdim - Maximum number of dimensions to show.public void processNewResult(HierarchicalResult baseResult, Result newResult)
ProjectorFactoryprocessNewResult in interface ResultProcessorprocessNewResult in interface ProjectorFactorybaseResult - Context to work withnewResult - Result to process