{
"X": [
[
1,
2,
10
],
[
2,
4,
9
],
[
3,
6,
8
],
[
4,
8,
7
]
],
"threshold": 0.95,
"feature_names": [
"a",
"b",
"c"
]
}[
"a"
]| Argument | Type |
|---|---|
| X | np.ndarray |
| threshold | float |
| feature_names | list |
| Return Name | Type |
|---|---|
| value | list |