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

Splits the dataset to X and Y set.

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

Syntax


public XYFrame SplitXY(
	string yCol,
	params string[] xCols
)
Public Function SplitXY ( _
	yCol As String, _
	ParamArray xCols As String() _
) As XYFrame
public:
XYFrame^ SplitXY(
	String^ yCol, 
	... array<String^>^ xCols
)

Parameters

yCol
Type: String
The y columns part of this split.
xCols
Type: array<String>[]()[][]
The x columns part of this split.

Return Value

XY frame set.