public class TldFernFeature
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
int |
numN
Number of times N-constraint has been applied
|
int |
numP
Number of times P-constraint has been applied
|
double |
posterior
Posterior probability.
|
int |
value
Numerical value of this descriptor
|
| Constructor and Description |
|---|
TldFernFeature() |
| Modifier and Type | Method and Description |
|---|---|
double |
getPosterior() |
int |
getValue() |
void |
incrementN() |
void |
incrementP() |
void |
init(int value) |