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