init(shapedArray:)
Creates a feature value that contains a shaped array.
Declaration
convenience init<Scalar>(shapedArray: MLShapedArray<Scalar>) where Scalar : MLShapedArrayScalarParameters
- shapedArray:
An Mlshapedarray instance.
Creates a feature value that contains a shaped array.
convenience init<Scalar>(shapedArray: MLShapedArray<Scalar>) where Scalar : MLShapedArrayScalarAn Mlshapedarray instance.