The array wrapped in a data value.
SDKs
- macOS 10.14+
- Xcode 10.0+
Framework
- Create ML
Declaration
var dataValue: MLData Value { get }
Available when Element conforms to MLData Value Convertible.
The array wrapped in a data value.
SDKs
Framework
var dataValue: MLData Value { get }
init(MLData Column<Element>)Creates an array from a column in a machine learning data table.
init(MLUntyped Column)Creates an array from an untyped column in a machine learning data table.
init?(from: MLData Value)Creates an array from a sequence wrapped in a data value.
static var data Value Type: MLData Value .Value TypeThe underlying type an array uses when it wraps itself in a data value.