public class EntropyCalculatorQuantile extends EntropyCalculatorExact
config
logResults
Constructor and Description |
---|
EntropyCalculatorQuantile() |
EntropyCalculatorQuantile(double quantile)
Constructs a calculator that measures the entropy of a model's possible runs up to a given quantile o
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getMeasureName()
Name of the measure that will be computed
|
protected java.lang.String |
getNameInfo() |
getOutcomesAndCounts
getEntropyForOutcomes, getMeasure, setAbstractionLevel, setLogResults
public EntropyCalculatorQuantile()
public EntropyCalculatorQuantile(double quantile)
quantile
- public java.lang.String getMeasureName()
MeasureProvider
getMeasureName
in interface MeasureProvider<EntropyMeasure>
getMeasureName
in class EntropyCalculatorExact
protected java.lang.String getNameInfo()
getNameInfo
in class EntropyCalculatorExact