Contents

doubles

A cloned data column of doubles.

Declaration

var doubles: MLDataColumn<Double>? { get }

Return Value

A new data column if the underlying type of the column is Double; otherwise nil.

Discussion

This property is functionally equivalent to passing Double.self to column(type:). Typically you ensure type is equal to MLDataValue.ValueType.double before getting this property.

See Also

Exposing the underlying type to generate a data column