DataFrame..::..SplitXY Method (Int32, array<Int32>[]()[][])

Splits the dataset to X and Y set.

Namespace:  SiaNet.Model
Assembly:  SiaNet (in SiaNet.dll)

Syntax


public XYFrame SplitXY(
	int yCol,
	int[] xCols
)
Public Function SplitXY ( _
	yCol As Integer, _
	xCols As Integer() _
) As XYFrame
public:
XYFrame^ SplitXY(
	int^ yCol, 
	array<int^>^ xCols
)

Parameters

yCol
Type: Int32
The y columns number.
xCols
Type: array<Int32>[]()[][]
The x columns numbers.

Return Value

XY frame set.