Searched defs:createDotplotFromStrings (Results 1 - 1 of 1) sorted by relevance

/ec/ECAssignmentBox/Products/ECAssignmentBox/PlagDetector/Visualize/
H A Ddotplot.py72 def createDotplotFromStrings(s1, s2, w=1, k=1, id1="", id2 ="", showIdNums = False): function
137 #if only two strings are in list use createDotplotFromStrings
139 return createDotplotFromStrings(strList[0], strList[1], w, k, idList[0], idList[1], showIdNums)

Completed in 12 milliseconds