Creates an array from an untyped column in a machine learning data table.
SDKs
- macOS 10.14+
- Xcode 10.0+
Framework
- Create ML
Declaration
init(_ untypedColumn: MLUntypedColumn )
Available when Element is MLDataValue .
Creates an array from an untyped column in a machine learning data table.
SDKs
Framework
init(_ untypedColumn: MLUntypedColumn )
init(MLDataColumn<Element>)
Creates an array from a column in a machine learning data table.
init?(from: MLDataValue)
Creates an array from a sequence wrapped in a data value.
var dataValue : MLDataValue
The array wrapped in a data value.
static var dataValueType : MLDataValue.ValueType
The underlying type an array uses when it wraps itself in a data value.