Contents

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.Row

See Also

Supporting types