LDAModel (Spark 3.5.5 JavaDoc) (original) (raw)


public abstract class LDAModel
extends Model<LDAModel>
implements LDAParams, org.apache.spark.internal.Logging, MLWritable
Model fitted by LDA.
param: vocabSize Vocabulary size (number of terms or words in the vocabulary) param: sparkSession Used to construct local DataFrames for returning query results
See Also:
Serialized Form