What is the data format that the Gaussian Mixture Model in spark needs ? Should the data be in a vector format , RDD or which type?
Asked
Active
Viewed 130 times
1 Answers
0
Look at the example: Gaussian Mixture.
It takes a RDD[Vector]
as an input.

Jean Logeart
- 52,687
- 11
- 83
- 118