filter
Class: matlab.compiler.mlspark.RDD
Namespace: matlab.compiler.mlspark
Return a new RDD containing only the elements that satisfy a predicate function
Syntax
result =
filter(obj,func,varargin)
Description
Input Arguments
Output Arguments
Examples
Version History
Introduced in R2016b
See Also
map
| flatMap
| collect
| parallelize