+(_:_:)
Creates a column of doubles by adding each element of the given column to the given double.
Declaration
static func + (a: MLDataColumn<Double>, b: Double) -> MLDataColumn<Double>Parameters
- a:
A column of doubles.
- b:
A double.
Return Value
A new column of doubles.