Discrete
abstract class Discrete < Distribution<Integer>
Discrete distribution.
Member Variables
Name | Description |
---|---|
value:Integer? | Clamped value. |
Member Functions
Name | Description |
---|---|
clamp | Clamp the value of the node. |
Member Function Details
clamp
function clamp(x:Integer)
Clamp the value of the node.
- x: The value.