class
ScalaLDAvis extends LDAvis
Instance Constructors
-
Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: Any): Boolean
-
final
def
asInstanceOf[T0]: T0
-
def
clone(): AnyRef
-
val
cvModel: CountVectorizerModel
-
val
cvModelPath: String
-
val
docLengths: DenseVector[Double]
-
val
docTopicDist: RDD[Double]
-
val
docTopicDistMat: DenseMatrix[Double]
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
finalize(): Unit
-
final
def
getClass(): Class[_]
-
val
getSize: (WrappedArray[String]) ⇒ Long
-
def
getTokenTable(termIndex: Array[Int], termTopicFreq: DenseMatrix[Double], vocab: Array[String], termFrequency: DenseVector[Double]): Dataset[TokenTable]
-
def
getTopicCoordinates(topicTermDist: DenseMatrix[Double], topicProportion: Array[(Double, Int)]): Dataset[TopicCoordinates]
-
def
getTopicInfo(topicTermDists: DenseMatrix[Double], topicProportion: DenseVector[Double], termFrequency: DenseVector[Double], termTopicFreq: DenseMatrix[Double], vocab: Array[String], topicOrder: Array[Int], lambdaStep: Double = 0.01, R: Int = 30, nJobs: Int = 0): (DataFrame, Array[Int])
-
def
hashCode(): Int
-
final
def
isInstanceOf[T0]: Boolean
-
val
kDim: Int
-
val
ldaModel: LDAModel
-
val
ldaModelPath: String
-
def
loadDF(path: String): DataFrame
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
def
prepareLDAVisData(path: String, lambdaStep: Double = 0.01, plotOpts: Map[String, String] = ..., R: Int = 30): Unit
-
val
sc: SparkContext
-
val
sizeUdf: UserDefinedFunction
-
val
spark: SparkSession
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): String
-
val
topicsTermDist: DenseMatrix[Double]
-
var
transformedDF: DataFrame
-
val
transformedDFFiltered: Dataset[Row]
-
val
transformedDfPath: String
-
val
vocab: Array[String]
-
val
vocabDf: DataFrame
-
val
vocabSize: Int
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
-
val
wordsDim: Int
Inherited from AnyRef
Inherited from Any