MLDataTable.Rows.Element
The Element of a DataTable is a Row. This is represented as a Dictionary-like type containing all Column names and their corresponding values.
Declaration
typealias Element = MLDataTable.RowThe Element of a DataTable is a Row. This is represented as a Dictionary-like type containing all Column names and their corresponding values.
typealias Element = MLDataTable.Row