public class LDAState
extends java.lang.Object
LDAMapper
to maintain state information.Constructor and Description |
---|
LDAState(int topics,
int words,
double smoothing,
Matrix probs,
double[] logTotals,
double ll) |