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