
public class HistogramFactory extends Object implements ProjectorFactory
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
HistogramFactory.Parameterizer
Parameterization class. 
 | 
| Modifier and Type | Field and Description | 
|---|---|
private int | 
maxdim
Maximum dimensionality 
 | 
| Constructor and Description | 
|---|
HistogramFactory(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 HistogramFactory(int maxdim)
maxdim - Maximum dimensionalitypublic void processNewResult(HierarchicalResult baseResult, Result newResult)
ProjectorFactoryprocessNewResult in interface ResultProcessorprocessNewResult in interface ProjectorFactorybaseResult - Context to work withnewResult - Result to process