Class: matlab.compiler.mlspark.RDD
Package: matlab.compiler.mlspark
Sort an RDD by a given function
result =
sortBy(obj,func,numPartitions)
sorts result
=
sortBy(obj
,func
,numPartitions
)obj
using
a given func
. numPartitions
specifies
the number of partitions to create in the resulting RDD.