RandomSamplingAlgorithm interface
定义随机生成值的采样算法
- 扩展
属性
rule | 随机算法的特定类型 |
sampling |
多态鉴别器,它指定此对象可以的不同类型的 |
seed | 用作随机数生成的种子的可选整数 |
属性详细信息
rule
随机算法的特定类型
rule?: string
属性值
string
samplingAlgorithmType
多态鉴别器,它指定此对象可以的不同类型的
samplingAlgorithmType: "Random"
属性值
"Random"
seed
用作随机数生成的种子的可选整数
seed?: number
属性值
number