-(_:_:)
Creates a column of doubles by subtracting the given double from each element of the given column.
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.