cloudml / zen

Zen aims to provide the largest scale and the most efficient machine learning platform on top of Spark, including but not limited to logistic regression, latent dirichilet allocation, factorization machines and DNN.
Apache License 2.0
170 stars 75 forks source link

(LDA): change word-topic/doc-topic count type from Double to Int #35

Open hucheng opened 9 years ago

hucheng commented 9 years ago

change word-topic/doc-topic count type from Double to Int.

bhoppi commented 9 years ago

This has been done already. And at the same time, the vector types used in code migrated from MLlib to Breeze

hucheng commented 9 years ago

Yeah, it would be worthwhile to use Breeze vector directly, rather than use MLlib vector indirectly.