Class SharedInfrastructure

java.lang.Object
org.carrot2.clustering.SharedInfrastructure

public class SharedInfrastructure extends Object
  • Constructor Details

    • SharedInfrastructure

      public SharedInfrastructure()
  • Method Details

    • queryHintAttribute

      public static AttrString queryHintAttribute()
    • reorderByWeightedScoreAndSize

      public static <T> List<Cluster<T>> reorderByWeightedScoreAndSize(List<Cluster<T>> clusters, double scoreWeight)
    • reorderByDescendingSizeAndLabel

      public static <T extends Document> List<Cluster<T>> reorderByDescendingSizeAndLabel(ArrayList<Cluster<T>> clusters)
    • recursiveDocumentCount

      public static int recursiveDocumentCount(Cluster<?> cluster)