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)
ProjectorFactory
processNewResult
in interface ResultProcessor
processNewResult
in interface ProjectorFactory
baseResult
- Context to work withnewResult
- Result to process