File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -94,12 +94,10 @@ jacobian = model.jacobian
9494` .plot() ` all
9595
9696=== "Simple API"
97-
9897 | ` node_idx=3 ` : $x_0$ when $x_1 \leq 0$ and $x_2 \leq 0$ | ` node_idx=4 ` : $x_0$ when $x_1 > 0$ and $x_2 \leq 0$|
9998 |:---------:|:---------:|
10099 | ![ Alt text] ( ./../static/quickstart/flexible_api_files/flexible_api_16_0.png ) | ![ Alt text] ( ./../static/quickstart/flexible_api_files/flexible_api_16_1.png ) |
101- | `node_idx=5`: $x_0$ when $x_1 \leq 0$ and $x_2 > 0$ | `node_idx=6`: $x_0$ when $x_1 > 0$ and $x_2 > 0$ |
102- |:---------:|:---------:|
100+ | ` node_idx=5 ` : $x_0$ when $x_1 \leq 0$ and $x_2 > 0$ | ` node_idx=6 ` : $x_0$ when $x_1 > 0$ and $x_2 > 0$|
103101 | ![ Alt text] ( ./../static/quickstart/flexible_api_files/flexible_api_16_2.png ) | ![ Alt text] ( ./../static/quickstart/flexible_api_files/flexible_api_16_3.png ) |
104102
105103=== "Flexible API"
You can’t perform that action at this time.
0 commit comments