Split into X and Y by columns
Splits a table into two tables (X and Y).
Inputs
-
Data — Tensor
2D tensor (a table) to split.
-
X column(s) — List of Integer
Index(es) of the column(s) to include in the resulting X table.
-
Y column(s) — List of Integer
Index(es) of the column(s) to include in the resulting Y table.