ios-KRKmeans-Algorithm icon indicating copy to clipboard operation
ios-KRKmeans-Algorithm copied to clipboard

(array) index out of bounds

Open zws2lll opened this issue 5 years ago • 0 comments

line 36 of KRKmeans.m, if _random1 == _random2 and _random2 == 0, then _random2 = _totalLength - _random2 will cause index out of range

zws2lll avatar May 20 '19 15:05 zws2lll