Package cc.mallet.topics
Class CopyCallable
- java.lang.Object
-
- cc.mallet.topics.CopyCallable
-
- All Implemented Interfaces:
java.util.concurrent.Callable<java.lang.String>
public class CopyCallable extends java.lang.Object implements java.util.concurrent.Callable<java.lang.String>
This task copies topic-word counts from a global array to a local thread-specific array.- Author:
- David Mimno
-
-
Constructor Summary
Constructors Constructor Description CopyCallable(WorkerCallable targetCallable, int[][] typeTopicCounts, int[] tokensPerTopic)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
call()
-
-
-
Constructor Detail
-
CopyCallable
public CopyCallable(WorkerCallable targetCallable, int[][] typeTopicCounts, int[] tokensPerTopic)
-
-