DistributedLDAModel (Spark 3.5.5 JavaDoc) (original) (raw)


public class DistributedLDAModel
extends LDAModel
Distributed model fitted by LDA. This type of model is currently only produced by Expectation-Maximization (EM).
This model stores the inferred topics, the full training dataset, and the topic distribution for each training document.
param: oldLocalModelOption Used to implement oldLocalModel as a lazy val, but keepingcopy() cheap.
See Also:
Serialized Form