de.aitools.dm.clusterlabeling.algorithms
Class NoShadowingLabeler2
java.lang.Object
de.aitools.dm.clustering.algorithms.ASoftClusterer
de.aitools.dm.clusterlabeling.algorithms.ASoftClusterLabeler
de.aitools.dm.clusterlabeling.algorithms.ACarrot2ClusterLabeler
de.aitools.dm.clusterlabeling.algorithms.NoShadowingLabeler2
- All Implemented Interfaces:
- SoftClusterer, ClusterLabeler
public class NoShadowingLabeler2
- extends ACarrot2ClusterLabeler
- Version:
- $Id: NoShadowingLabeler2.java,v 1.1 2012/01/11 19:19:55 hoppe Exp $
- Author:
- dennis.hoppe(/\t)uni-weimar.de
Method Summary |
java.util.Collection<org.carrot2.core.Cluster> |
cluster(java.util.List<org.carrot2.core.Document> data)
Creates the clustering based on Carrot2's implementation of Lingo. |
java.util.Collection<org.carrot2.core.Cluster> |
cluster(java.util.List<org.carrot2.core.Document> data,
java.lang.String query)
|
static void |
main(java.lang.String[] args)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NoShadowingLabeler2
public NoShadowingLabeler2(ACarrot2ClusterLabeler clusterer)
- Parameters:
clusterer
-
cluster
public java.util.Collection<org.carrot2.core.Cluster> cluster(java.util.List<org.carrot2.core.Document> data)
- Description copied from class:
ACarrot2ClusterLabeler
- Creates the clustering based on Carrot2's implementation of Lingo.
- Specified by:
cluster
in class ACarrot2ClusterLabeler
- Parameters:
data
- text documents as input
- Returns:
- a
Collection
of Cluster
s
cluster
public java.util.Collection<org.carrot2.core.Cluster> cluster(java.util.List<org.carrot2.core.Document> data,
java.lang.String query)
- Specified by:
cluster
in class ACarrot2ClusterLabeler
main
public static void main(java.lang.String[] args)
- Parameters:
args
-