Interface DimensionSelectingSubspaceDistance<O>

    • Method Detail

      • getSelectedDimensions

        long[] getSelectedDimensions()
        Returns a bit set representing the selected dimensions.

        Warning: no defensive copy is performed.

        Returns:
        a bit set representing the selected dimensions
      • setSelectedDimensions

        void setSelectedDimensions​(long[] dimensions)
        Sets the selected dimensions according to the set bits in the given BitSet.

        Warning: no defensive copy is performed.

        Parameters:
        dimensions - a bit set designating the new selected dimensions