Class LocalLDAModel

All Implemented Interfaces:
Serializable, org.apache.spark.internal.Logging, LDAParams, Params, HasCheckpointInterval, HasFeaturesCol, HasMaxIter, HasSeed, Identifiable, MLWritable, scala.Serializable

public class LocalLDAModel extends LDAModel
Local (non-distributed) model fitted by LDA.

This model stores the inferred topics only; it does not store info about the training dataset.

See Also:
  • Method Details