Interface BulkSplit

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      <T extends elki.data.spatial.SpatialComparable>
      java.util.List<java.util.List<T>>
      partition​(java.util.List<T> spatialObjects, int minEntries, int maxEntries)
      Partitions the specified feature vectors
    • Method Detail

      • partition

        <T extends elki.data.spatial.SpatialComparable> java.util.List<java.util.List<T>> partition​(java.util.List<T> spatialObjects,
                                                                                                    int minEntries,
                                                                                                    int maxEntries)
        Partitions the specified feature vectors
        Type Parameters:
        T - actual type we split
        Parameters:
        spatialObjects - the spatial objects to be partitioned
        minEntries - the minimum number of entries in a partition
        maxEntries - the maximum number of entries in a partition
        Returns:
        the partition of the specified spatial objects