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

class LDA extends Logging

Ordering

  1. Alphabetic
  2. By Inheritance

Inherited

  1. LDA

  2. Logging

  3. AnyRef

  4. Any

  5. Hide All

  6. Show All

Instance Constructors

  1. new LDA()

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. final def eq(arg0: AnyRef): Boolean
  7. def equals(arg0: Any): Boolean
  8. def finalize(): Unit
  9. def getAlpha: Double
  10. def getAsymmetricAlpha: Vector
  11. def getAsymmetricDocConcentration: Vector
  12. def getBeta: Double
  13. def getCheckpointInterval: Int
  14. final def getClass(): Class[_]
  15. def getDocConcentration: Double
  16. def getK: Int
  17. def getMaxIterations: Int
  18. def getOptimizer: LDAOptimizer
  19. def getSeed: Long
  20. def getTopicConcentration: Double
  21. def hashCode(): Int
  22. def initializeLogIfNecessary(isInterpreter: Boolean, silent: Boolean): Boolean
  23. def initializeLogIfNecessary(isInterpreter: Boolean): Unit
  24. final def isInstanceOf[T0]: Boolean
  25. def isTraceEnabled(): Boolean
  26. def log: Logger
  27. def logDebug(msg: ⇒ String, throwable: Throwable): Unit
  28. def logDebug(msg: ⇒ String): Unit
  29. def logError(msg: ⇒ String, throwable: Throwable): Unit
  30. def logError(msg: ⇒ String): Unit
  31. def logInfo(msg: ⇒ String, throwable: Throwable): Unit
  32. def logInfo(msg: ⇒ String): Unit
  33. def logName: String
  34. def logTrace(msg: ⇒ String, throwable: Throwable): Unit
  35. def logTrace(msg: ⇒ String): Unit
  36. def logWarning(msg: ⇒ String, throwable: Throwable): Unit
  37. def logWarning(msg: ⇒ String): Unit
  38. final def ne(arg0: AnyRef): Boolean
  39. final def notify(): Unit
  40. final def notifyAll(): Unit
  41. def run(documents: JavaPairRDD[Long, Vector]): LDAModel
  42. def run(documents: RDD[(Long, Vector)]): LDAModel
  43. def setAlpha(alpha: Double): LDA.this.type
  44. def setAlpha(alpha: Vector): LDA.this.type
  45. def setBeta(beta: Double): LDA.this.type
  46. def setCheckpointInterval(checkpointInterval: Int): LDA.this.type
  47. def setDocConcentration(docConcentration: Double): LDA.this.type
  48. def setDocConcentration(docConcentration: Vector): LDA.this.type
  49. def setK(k: Int): LDA.this.type
  50. def setMaxIterations(maxIterations: Int): LDA.this.type
  51. def setOptimizer(optimizerName: String): LDA.this.type
  52. def setOptimizer(optimizer: LDAOptimizer): LDA.this.type
  53. def setSeed(seed: Long): LDA.this.type
  54. def setTopicConcentration(topicConcentration: Double): LDA.this.type
  55. final def synchronized[T0](arg0: ⇒ T0): T0
  56. def toString(): String
  57. final def wait(): Unit
  58. final def wait(arg0: Long, arg1: Int): Unit
  59. final def wait(arg0: Long): Unit

Inherited from Logging

Inherited from AnyRef

Inherited from Any

Ungrouped