Package tl.lin.data.fd

Interface Summary
Int2IntFrequencyDistribution A frequency distribution where events are ints and counts are ints.
Int2LongFrequencyDistribution A frequency distribution where events are ints and counts are longs.
Long2IntFrequencyDistribution A frequency distribution where events are longs and counts are ints.
Long2LongFrequencyDistribution A frequency distribution where events are longs and counts are longs.
Object2IntFrequencyDistribution<K extends Comparable<K>> A frequency distribution where events are arbitrary objects and counts are ints.
Object2LongFrequencyDistribution<K extends Comparable<K>> A frequency distribution where events are arbitrary objects and counts are ints.
 

Class Summary
Int2IntFrequencyDistributionEntry Implementation of Int2IntFrequencyDistribution based on HMapII.
Int2LongFrequencyDistributionEntry Implementation of Int2LongFrequencyDistribution based on HMapIL.
Object2IntFrequencyDistributionEntry<K extends Comparable<K>> Implementation of Object2IntFrequencyDistribution based on HMapKI.
Object2LongFrequencyDistributionEntry<K extends Comparable<K>> Implementation of Object2LongFrequencyDistribution based on HMapKL.
 



Copyright © 2013. All Rights Reserved.