randomSplit(by:)
Generates two row groupings by randomly splitting the original with a proportion.
Declaration
func randomSplit(by proportion: Double) -> (Self, Self)Return Value
A tuple of two row groupings.
Generates two row groupings by randomly splitting the original with a proportion.
func randomSplit(by proportion: Double) -> (Self, Self)A tuple of two row groupings.