Class KCycleDistance

    • Constructor Detail

      • KCycleDistance

        public KCycleDistance​(int k)
        Constructs the distance measurer as specified in the class documentation.
        Parameters:
        k - The maximum length cycle that is considered an atomic edit operation, such that k is greater than or equal to 2.
        Throws:
        IllegalArgumentException - if k is less than 2