init(multiArrays:)
Creates a MLUntypedColumn of type MLMultiArray from the specified MLUntypedColumn if the values of the given MLUntypedColumn are convertible to MLDataValue.MultiArrayType.
Declaration
init(multiArrays: MLUntypedColumn)Parameters
- multiArrays:
A MLUntypedColumn from which to create a MLUntypedColumn with type MLDataValue.DictionaryType
Return Value
A MLUntypedColumn of type MultiArray from the specified MLUntypedColumn if the given MLUntypedColumn’s values are convertible to MLDataValue.MultiArrayType. Returns an invalid MLUntypedColumn if the elements in the given MLUntypedColumn are not convertible to MLDataValue.MultiArrayType.