Spark 3.5.5 ScalaDoc - org.apache.spark.mllib.clustering.LDA (original) (raw)
class LDA extends Logging
Ordering
- Alphabetic
- By Inheritance
Inherited
LDA
Logging
AnyRef
Any
Hide All
Show All
Instance Constructors
- new LDA()
Value Members
- final def !=(arg0: Any): Boolean
- final def ##(): Int
- final def ==(arg0: Any): Boolean
- final def asInstanceOf[T0]: T0
- def clone(): AnyRef
- final def eq(arg0: AnyRef): Boolean
- def equals(arg0: Any): Boolean
- def finalize(): Unit
- def getAlpha: Double
- def getAsymmetricAlpha: Vector
- def getAsymmetricDocConcentration: Vector
- def getBeta: Double
- def getCheckpointInterval: Int
- final def getClass(): Class[_]
- def getDocConcentration: Double
- def getK: Int
- def getMaxIterations: Int
- def getOptimizer: LDAOptimizer
- def getSeed: Long
- def getTopicConcentration: Double
- def hashCode(): Int
- def initializeLogIfNecessary(isInterpreter: Boolean, silent: Boolean): Boolean
- def initializeLogIfNecessary(isInterpreter: Boolean): Unit
- final def isInstanceOf[T0]: Boolean
- def isTraceEnabled(): Boolean
- def log: Logger
- def logDebug(msg: ⇒ String, throwable: Throwable): Unit
- def logDebug(msg: ⇒ String): Unit
- def logError(msg: ⇒ String, throwable: Throwable): Unit
- def logError(msg: ⇒ String): Unit
- def logInfo(msg: ⇒ String, throwable: Throwable): Unit
- def logInfo(msg: ⇒ String): Unit
- def logName: String
- def logTrace(msg: ⇒ String, throwable: Throwable): Unit
- def logTrace(msg: ⇒ String): Unit
- def logWarning(msg: ⇒ String, throwable: Throwable): Unit
- def logWarning(msg: ⇒ String): Unit
- final def ne(arg0: AnyRef): Boolean
- final def notify(): Unit
- final def notifyAll(): Unit
- def run(documents: JavaPairRDD[Long, Vector]): LDAModel
- def run(documents: RDD[(Long, Vector)]): LDAModel
- def setAlpha(alpha: Double): LDA.this.type
- def setAlpha(alpha: Vector): LDA.this.type
- def setBeta(beta: Double): LDA.this.type
- def setCheckpointInterval(checkpointInterval: Int): LDA.this.type
- def setDocConcentration(docConcentration: Double): LDA.this.type
- def setDocConcentration(docConcentration: Vector): LDA.this.type
- def setK(k: Int): LDA.this.type
- def setMaxIterations(maxIterations: Int): LDA.this.type
- def setOptimizer(optimizerName: String): LDA.this.type
- def setOptimizer(optimizer: LDAOptimizer): LDA.this.type
- def setSeed(seed: Long): LDA.this.type
- def setTopicConcentration(topicConcentration: Double): LDA.this.type
- final def synchronized[T0](arg0: ⇒ T0): T0
- def toString(): String
- final def wait(): Unit
- final def wait(arg0: Long, arg1: Int): Unit
- final def wait(arg0: Long): Unit