Contents

copy()

Returns a new MLDataColumn by copying the original MLDataColumn

Declaration

func copy() -> MLDataColumn<Element>

Return Value

A MLDataColumn which is a copy of the original MLDataColumn.