public class SchurmannGrassbergerEntropy extends DirichletEntropy
EULER_MASCHERONIERROR_VALUE| Constructor and Description |
|---|
SchurmannGrassbergerEntropy() |
| Modifier and Type | Method and Description |
|---|---|
protected double |
estimateModel(double[] frequencies,
int bins,
int samples)
Model estimator for a dirichlet probability
|
boolean |
hasNativeImplementation()
Know if the measure owns a native implementation
|
entropy, requireDataTransformation, transformentropy, jointEntropy, measureprotected double estimateModel(double[] frequencies,
int bins,
int samples)
DirichletEntropyestimateModel in class DirichletEntropyfrequencies - The occurrences array (of values)bins - The number of bins (number of distinct values)samples - The number of samples (number of values)public boolean hasNativeImplementation()
MeasurehasNativeImplementation in interface MeasurehasNativeImplementation in class DirichletEntropy