Split Branch
๐ KR
Description
This is a component that splits a DataTree into two DataTrees based on the input branch index.

| Input
| Name | Type | Description |
|---|---|---|
| Tree | Tree | DataTree to split. |
| Index | Integer | Branch index criterion for splitting. Branches before this index go to Tree A; branches from this index onward go to Tree B. |
| Output
| Name | Type | Description |
|---|---|---|
| Tree A | Tree | DataTree consisting of branches before the specified index. |
| Tree B | Tree | DataTree consisting of branches from the specified index onward (inclusive). |
