|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjcolibri.extensions.textual.carrot2.CarrotClusteringResult.Cluster
public class CarrotClusteringResult.Cluster
Internal class that stores the labels and documents for a cluster.
Constructor Summary | |
---|---|
protected |
CarrotClusteringResult.Cluster(java.util.List<java.lang.String> labels,
java.util.List<LuceneDocument> docs)
|
Method Summary | |
---|---|
java.util.List<LuceneDocument> |
getDocs()
|
java.util.List<java.lang.String> |
getLabels()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected CarrotClusteringResult.Cluster(java.util.List<java.lang.String> labels, java.util.List<LuceneDocument> docs)
Method Detail |
---|
public java.util.List<LuceneDocument> getDocs()
public java.util.List<java.lang.String> getLabels()
|
GAIA - Group for Artificial Intelligence Applications http://gaia.fdi.ucm.es |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |