public class TldFernManager
extends java.lang.Object
| Constructor and Description |
|---|
TldFernManager(int descriptorSize)
Configures the manager
|
| Modifier and Type | Method and Description |
|---|---|
protected TldFernFeature |
createFern() |
TldFernFeature |
lookupFern(int value)
Looks up the fern with the specified value.
|
double |
lookupPosterior(int value)
Looks up the posterior probability of the specified fern.
|
void |
reset() |
public TldFernManager(int descriptorSize)
descriptorSize - Size of the fern's descriptorpublic TldFernFeature lookupFern(int value)
value - The fern's valuepublic double lookupPosterior(int value)
value - The fern's valuepublic void reset()
protected TldFernFeature createFern()