Class AbstractProjectedClustering<R extends Clustering<?>>

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected int k
      The number of clusters to find
      protected int k_i
      Multiplier for the number of initial seeds
      protected int l
      Dimensionality of clusters to find
    • Field Detail

      • k

        protected int k
        The number of clusters to find
      • k_i

        protected int k_i
        Multiplier for the number of initial seeds
      • l

        protected int l
        Dimensionality of clusters to find
    • Constructor Detail

      • AbstractProjectedClustering

        public AbstractProjectedClustering​(int k,
                                           int k_i,
                                           int l)
        Internal constructor.
        Parameters:
        k - The number of clusters to find
        k_i - Multiplier for the number of initial seeds
        l - Dimensionality of clusters to find