{
"X": [
[
1,
-2,
3.5
],
[
0,
4.2,
-5.1
]
],
"p": 0.5,
"seed": 123,
"training": true
}[
[
2,
0,
0
],
[
0,
8.4,
0
]
]| Argument | Type |
|---|---|
| X | np.ndarray |
| p | float |
| seed | int |
| training | bool |
| Return Name | Type |
|---|---|
| value | np.ndarray |