sequences
A cloned data column of machine learning sequences.
Declaration
var sequences: MLDataColumn<MLDataValue.SequenceType>? { get }Return Value
A new data column if the underlying type of the column is MLDataValue.SequenceType; otherwise nil.
Discussion
This property is functionally equivalent to passing MLDataValue.SequenceType .self to column(type:). Typically you ensure type is equal to MLDataValue.ValueType.sequence before getting this property.