public static class DistributionCategorical.Range
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
int |
max
The range maximum.
|
int |
min
The range minimum.
|
Constructor and Description |
---|
Range(int min,
int max)
Create a range.
|
Modifier and Type | Method and Description |
---|---|
int |
numEntries()
Get the number of entries for the range.
|