NumberOfRepeats
NumberOfRepeats[sequence,k]⟹repeats
this function takes a sequence and returns the total number of ovelapping subsequenes of length k from start to finish that are repeated.
NumberOfRepeats[sequence,k,Span[m,n]]⟹repeats
this function takes a sequence and returns the total number of ovelapping subsequenes of length k from position m to position n that are repeated.
NumberOfRepeats[sequence]⟹repeats
this function takes a sequence and returns the total number of ovelapping subsequenes of length provided by the MinLevel option to the largest length repeat present from start to finish that are repeated.
NumberOfRepeats[sequence,Span[m,n]]⟹repeats
this function takes a sequence and returns the total number of ovelapping subsequenes of length provided by the MinLevel option to the largest length repeat from position m to position n that are repeated.


