| Package | Description |
|---|---|
| tl.lin.data.fd |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Int2IntFrequencyDistribution
A frequency distribution where events are ints and counts are ints.
|
interface |
Int2LongFrequencyDistribution
A frequency distribution where events are ints and counts are longs.
|
interface |
Long2IntFrequencyDistribution
A frequency distribution where events are longs and counts are ints.
|
interface |
Long2LongFrequencyDistribution
A frequency distribution where events are longs and counts are longs.
|
interface |
Object2IntFrequencyDistribution<K extends Comparable<K>>
A frequency distribution where events are arbitrary objects and counts are ints.
|
interface |
Object2LongFrequencyDistribution<K extends Comparable<K>>
A frequency distribution where events are arbitrary objects and counts are ints.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Int2IntFrequencyDistributionEntry
Implementation of
Int2IntFrequencyDistribution based on HMapII. |
class |
Int2LongFrequencyDistributionEntry
Implementation of
Int2LongFrequencyDistribution based on HMapIL. |
class |
Object2IntFrequencyDistributionEntry<K extends Comparable<K>>
Implementation of
Object2IntFrequencyDistribution based on HMapKI. |
class |
Object2LongFrequencyDistributionEntry<K extends Comparable<K>>
Implementation of
Object2LongFrequencyDistribution based on HMapKL. |
Copyright © 2014. All rights reserved.