Class ClusterResponse

java.lang.Object
org.carrot2.dcs.model.ClusterResponse

public class ClusterResponse extends Object
  • Field Details

    • clusters

      public List<org.carrot2.clustering.Cluster<Integer>> clusters
    • serviceInfo

      public ServiceInfo serviceInfo
      Additional information from the DCS server, if requested. Can be null.
  • Constructor Details

    • ClusterResponse

      public ClusterResponse(List<org.carrot2.clustering.Cluster<Integer>> clusters)