|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjcolibri.extensions.textual.carrot2.CarrotClusteringResult
public class CarrotClusteringResult
Result of a clustering. Uses an internal class "Cluster" that stores the requiered information for each cluster:
LuceneDocument
Nested Class Summary | |
---|---|
class |
CarrotClusteringResult.Cluster
Internal class that stores the labels and documents for a cluster. |
Constructor Summary | |
---|---|
protected |
CarrotClusteringResult(org.carrot2.core.impl.ArrayOutputComponent.Result result,
LuceneIndex index)
Creates a CarrotClusteringResult object from the Carrot2 output. |
Method Summary | |
---|---|
java.util.List<CarrotClusteringResult.Cluster> |
getClusters()
Returns the list of clusters. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected CarrotClusteringResult(org.carrot2.core.impl.ArrayOutputComponent.Result result, LuceneIndex index)
Method Detail |
---|
public java.util.List<CarrotClusteringResult.Cluster> getClusters()
|
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 |