haowuseu

Results 1 issues of haowuseu

有相关的api文档吗,请问如何获得新文档的主题分布? int[] document = Corpus.loadDocument("data/mini/军事_510.txt", corpus.getVocabulary()); double[] tp = LdaGibbsSampler.inference(phi, document); Map topic = LdaUtil.translate(tp, phi, corpus.getVocabulary(), 100); LdaUtil.explain(topic);

question