Spark 3.5.5 ScalaDoc - org.apache.spark.mllib.clustering.LDAModel (original) (raw)

abstract class LDAModel extends Saveable

Ordering

  1. Alphabetic
  2. By Inheritance

Inherited

  1. LDAModel

  2. Saveable

  3. AnyRef

  4. Any

  5. Hide All

  6. Show All

Abstract Value Members

  1. abstract def describeTopics(maxTermsPerTopic: Int): Array[(Array[Int], Array[Double])]
  2. abstract def docConcentration: Vector
  3. abstract def gammaShape: Double
  4. abstract def k: Int
  5. abstract def save(sc: SparkContext, path: String): Unit
  6. abstract def topicConcentration: Double
  7. abstract def topicsMatrix: Matrix
  8. abstract def vocabSize: Int

Concrete Value Members

  1. final def !=(arg0: Any): Boolean
  2. final def ##(): Int
  3. final def ==(arg0: Any): Boolean
  4. final def asInstanceOf[T0]: T0
  5. def clone(): AnyRef
  6. def describeTopics(): Array[(Array[Int], Array[Double])]
  7. final def eq(arg0: AnyRef): Boolean
  8. def equals(arg0: Any): Boolean
  9. def finalize(): Unit
  10. final def getClass(): Class[_]
  11. def hashCode(): Int
  12. final def isInstanceOf[T0]: Boolean
  13. final def ne(arg0: AnyRef): Boolean
  14. final def notify(): Unit
  15. final def notifyAll(): Unit
  16. final def synchronized[T0](arg0: ⇒ T0): T0
  17. def toString(): String
  18. final def wait(): Unit
  19. final def wait(arg0: Long, arg1: Int): Unit
  20. final def wait(arg0: Long): Unit

Ungrouped