Interface | Description |
---|---|
DifferentialEntropyState | |
DifferentialEntropyStateStrategy |
Interface for different strategies for calculating entropy: MLE (maximum likelihood
estimator) using NumericHistogram, jacknife estimates using a fixed histogram, compressed
counting and Renyi entropy, and so forth.
|
Class | Description |
---|---|
DifferentialEntropyAggregation | |
DifferentialEntropyStateFactory | |
DifferentialEntropyStateFactory.GroupedState | |
DifferentialEntropyStateFactory.SingleState | |
DifferentialEntropyStateSerializer | |
EntropyCalculations | |
FixedHistogramJacknifeStateStrategy |
Calculates sample entropy using jacknife estimates on a fixed histogram.
|
FixedHistogramMleStateStrategy |
Calculates sample entropy using MLE (maximum likelihood estimates) on a NumericHistogram.
|
FixedHistogramStateStrategyUtils |
Utility class for different strategies for calculating entropy based on fixed histograms.
|
UnweightedReservoirSampleStateStrategy | |
WeightedReservoirSampleStateStrategy |
Copyright © 2012–2022. All rights reserved.