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.
describeTopics
1 parent 57ac03d commit 98f645aCopy full SHA for 98f645a
python/pyspark/mllib/clustering.py
@@ -612,14 +612,6 @@ def vocabSize(self):
612
"""Vocabulary size (number of terms or terms in the vocabulary)"""
613
return self.call("vocabSize")
614
615
- def describeTopics(self, maxTermsPerTopic=None):
616
- """Return the topics described by weighted terms.
617
-
618
- TODO:
619
- Implementing this method is a little hard. Since Scala's return value consistes of tuples.
620
- """
621
- raise NotImplementedError("LDAModel.describeTopics() in Python must be implemented.")
622
623
624
class LDA():
625
0 commit comments