We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2278829 commit 73412c3Copy full SHA for 73412c3
python/pyspark/mllib/clustering.py
@@ -581,7 +581,7 @@ class LDAModel(JavaModelWrapper):
581
""" A clustering model derived from the LDA method.
582
583
Latent Dirichlet Allocation (LDA), a topic model designed for text documents.
584
- Terminologyu
+ Terminology
585
- "word" = "term": an element of the vocabulary
586
- "token": instance of a term appearing in a document
587
- "topic": multinomial distribution over words representing some concept
0 commit comments