0

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?

1 Answers1

0

Look at the example: Gaussian Mixture.

It takes a RDD[Vector] as an input.

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