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