init(empty:)
Creates an empty sequence of strings or integers.
Declaration
convenience init(empty type: MLFeatureType)Parameters
- type:
An Mlfeaturetype instance that determines the sequence’s element type, which must be either String or Int64.
Creates an empty sequence of strings or integers.
convenience init(empty type: MLFeatureType)An Mlfeaturetype instance that determines the sequence’s element type, which must be either String or Int64.