Platforms to show: All Mac Windows Linux Cross-Platform

Back to MLSequenceMBS class.

MLSequenceMBS.emptySequenceWithType(type as Integer) as MLSequenceMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method CoreML MBS Mac64bit Plugin 20.0 ✅ Yes ❌ No ❌ No ✅ Yes All
Creates an empty sequence of the given type.

Type: The MLFeatureType for the sequence. Must be either MLFeatureTypeString or MLFeatureTypeInt64.

MLSequenceMBS.sequenceWithInt64Array(int64Values() as Int64) as MLSequenceMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method CoreML MBS Mac64bit Plugin 20.0 ✅ Yes ❌ No ❌ No ✅ Yes All
Creates a sequence from an array of integers.

MLSequenceMBS.sequenceWithStringArray(stringValues() as String) as MLSequenceMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method CoreML MBS Mac64bit Plugin 20.0 ✅ Yes ❌ No ❌ No ✅ Yes All
Creates a sequence from an array of strings.

The items on this page are in the following plugins: MBS Mac64bit Plugin.


The biggest plugin in space...