Can you utilize this function of DistributedLDAModel ?

  override protected def getModel: OldLDAModel = oldDistributedModel

cheers

On Fri, Mar 18, 2016 at 7:34 AM, cindymc <cindy.mcmul...@oracle.com> wrote:

> I like using the new DataFrame APIs on Spark ML, compared to using RDDs in
> the older SparkMLlib.  But it seems some of the older APIs are missing.  In
> particular, '*.mllib.clustering.DistributedLDAModel' had two APIs that I
> need now:
>
> topDocumentsPerTopic
> topTopicsPerDocument
>
> How can I get at the same results using the APIs on
> '*.ml.clustering.DistributedLDAModel'?
>
>
>
> --
> View this message in context:
> http://apache-spark-user-list.1001560.n3.nabble.com/DistributedLDAModel-missing-APIs-in-org-apache-spark-ml-tp26535.html
> Sent from the Apache Spark User List mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscr...@spark.apache.org
> For additional commands, e-mail: user-h...@spark.apache.org
>
>

Reply via email to