distinct
クラス: matlab.compiler.mlspark.RDD
名前空間: matlab.compiler.mlspark
既存の RDD の個々に異なる要素を含む新しい RDD を返す
構文
result = distinct(obj,numPartitions)
説明
は、重複する値を排除することにより、result
= distinct(obj
,numPartitions
)obj
の異なる要素を含む新しい RDD result
を返します。
入力引数
出力引数
例
バージョン履歴
R2016b で導入
参考
glom
| collect
| parallelize