Skip to content

Commit 611e606

Browse files
committed
Change title feature indexes
1 parent 76a3759 commit 611e606

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/docs/quickstart/simple_api.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -420,7 +420,7 @@ Apart from the added `node_idx` argument, the API is the same as the global effe
420420
[regional_effect.plot(0, node_idx) for node_idx in [1, 2]]
421421
```
422422

423-
| `node_idx=1`: $x_1$ when $x_2 \leq 0$ | `node_idx=2`: $x_1$ when $x_2 > 0$ |
423+
| `node_idx=1`: $x_0$ when $x_1 \leq 0$ | `node_idx=2`: $x_0$ when $x_1 > 0$ |
424424
|:---------:|:---------:|
425425
| ![Alt text](./../static/quickstart/simple_api_files/simple_api_20_0.png) | ![Alt text](./../static/quickstart/simple_api_files/simple_api_20_1.png) |
426426

@@ -431,7 +431,7 @@ Apart from the added `node_idx` argument, the API is the same as the global effe
431431
[regional_effect.plot(0, node_idx) for node_idx in [1, 2]]
432432
```
433433

434-
| `node_idx=1`: $x_1$ when $x_2 \leq 0$ | `node_idx=2`: $x_1$ when $x_2 > 0$ |
434+
| `node_idx=1`: $x_0$ when $x_1 \leq 0$ | `node_idx=2`: $x_0$ when $x_1 > 0$ |
435435
|:---------:|:---------:|
436436
| ![Alt text](./../static/quickstart/simple_api_files/simple_api_23_0.png) | ![Alt text](./../static/quickstart/simple_api_files/simple_api_23_1.png) |
437437

@@ -442,7 +442,7 @@ Apart from the added `node_idx` argument, the API is the same as the global effe
442442
[regional_effect.plot(0, node_idx) for node_idx in [1, 2]]
443443
```
444444

445-
| `node_idx=1`: $x_1$ when $x_2 \leq 0$ | `node_idx=2`: $x_1$ when $x_2 > 0$ |
445+
| `node_idx=1`: $x_0$ when $x_1 \leq 0$ | `node_idx=2`: $x_0$ when $x_1 > 0$ |
446446
|:---------:|:---------:|
447447
| ![Alt text](./../static/quickstart/simple_api_files/simple_api_26_0.png) | ![Alt text](./../static/quickstart/simple_api_files/simple_api_26_1.png) |
448448

@@ -453,7 +453,7 @@ Apart from the added `node_idx` argument, the API is the same as the global effe
453453
[regional_effect.plot(0, node_idx) for node_idx in [1, 2]]
454454
```
455455

456-
| `node_idx=1`: $x_1$ when $x_2 \leq 0$ | `node_idx=2`: $x_1$ when $x_2 > 0$ |
456+
| `node_idx=1`: $x_0$ when $x_1 \leq 0$ | `node_idx=2`: $x_0$ when $x_1 > 0$ |
457457
|:---------:|:---------:|
458458
| ![Alt text](./../static/quickstart/simple_api_files/simple_api_29_0.png) | ![Alt text](./../static/quickstart/simple_api_files/simple_api_29_1.png) |
459459

@@ -465,7 +465,7 @@ Apart from the added `node_idx` argument, the API is the same as the global effe
465465
[regional_effect.plot(0, node_idx) for node_idx in [1, 2]]
466466
```
467467

468-
| `node_idx=1`: $x_1$ when $x_2 \leq 0$ | `node_idx=2`: $x_1$ when $x_2 > 0$ |
468+
| `node_idx=1`: $x_0$ when $x_1 \leq 0$ | `node_idx=2`: $x_0$ when $x_1 > 0$ |
469469
|:---------:|:---------:|
470470
| ![Alt text](./../static/quickstart/simple_api_files/simple_api_32_0.png) | ![Alt text](./../static/quickstart/simple_api_files/simple_api_32_1.png) |
471471

0 commit comments

Comments
 (0)