Contents

/(_:_:)

Creates a column of doubles by dividing each element of the given column by 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.

See Also

Combining a column with a value to generate a column