April 2017
Intermediate to advanced
532 pages
12h 39m
English
Dimensionality reduction models in MLlib require vectors as inputs. However, unlike clustering that operated on an RDD[Vector], PCA and SVD computations are provided as methods on a distributed RowMatrix (this difference is largely down to syntax, as a RowMatrix is simply a wrapper around an RDD[Vector]).
Read now
Unlock full access