Contents

+(_:_:)

Creates a column of doubles by adding the given double to 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.

See Also

Combining a value with a column to generate a column