public class Topic extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
int |
id |
String |
modelId |
String |
modelVersion |
double |
probability |
Object[] |
topicWords
Deprecated.
it doesn't seem very practical to carry the topic words around especially since they need to be
compute quite costly. From now on we test the approach of offering a separate possibility to get the words per
topic (which is an output of the training, if activated)
|
| Constructor and Description |
|---|
Topic() |
public double probability
public Object[] topicWords
public int id
public String modelId
public String modelVersion
Copyright © 2018 JULIE Lab, Germany. All rights reserved.