Interface WatsetClustering<V>

  • Type Parameters:
    V - the type of nodes in the graph
    All Superinterfaces:
    org.jgrapht.alg.interfaces.ClusteringAlgorithm.Clustering<V>, Iterable<Set<V>>
    All Known Implementing Classes:
    WatsetClustering.WatsetClusteringImpl

    public interface WatsetClustering<V>
    extends org.jgrapht.alg.interfaces.ClusteringAlgorithm.Clustering<V>
    A Watset clustering.
    • Method Detail

      • getSenseGraph

        org.jgrapht.Graph<Sense<V>,​org.jgrapht.graph.DefaultWeightedEdge> getSenseGraph()
        Get the intermediate node sense graph built during Watset.getClustering().
        Returns:
        the sense graph