Uses of Class
cc.mallet.topics.WorkerCallable
-
Packages that use WorkerCallable Package Description cc.mallet.topics -
-
Uses of WorkerCallable in cc.mallet.topics
Subclasses of WorkerCallable in cc.mallet.topics Modifier and Type Class Description class
DMRCallable
A parallel Dirichlet-multinomial regression topic model runnable task.Methods in cc.mallet.topics with parameters of type WorkerCallable Modifier and Type Method Description void
ParallelTopicModel. optimizeAlpha(WorkerCallable[] callables)
void
ParallelTopicModel. optimizeBeta(WorkerCallable[] callables)
void
ParallelTopicModel. temperAlpha(WorkerCallable[] callables)
Constructors in cc.mallet.topics with parameters of type WorkerCallable Constructor Description CopyCallable(WorkerCallable targetCallable, int[][] typeTopicCounts, int[] tokensPerTopic)
MergeCallable(WorkerCallable[] callables, int[][] typeTopicCounts, int numTypes, int numTopics, int threadID, int topicMask, int topicBits)
-