ddavisqa / google-refine

Automatically exported from code.google.com/p/google-refine
0 stars 0 forks source link

Provide ability to bypass Levenshtein clustering in order to run PPM clustering #241

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Current UI seems to issue the cluster command when the Method value is changed. 
 When I change the method from key collision to nearest neighbor, the 
application immediately runs a nearest neighbor clustering function with the 
default values for Distance function, Radius, and Block Chars.  I would like to 
manually issue a command to generate clusters after changing the values for 
Distance function, Radius, and Block Chars so I don't have to wait for the 
cluster command to execute with the default values (Levenshtein,1.0,6).

Original issue reported on code.google.com by ross_gre...@gtempaccount.com on 19 Nov 2010 at 7:33

GoogleCodeExporter commented 8 years ago
Yeah, I have to agree, we probably only want to execute after clicking an APPLY 
button. (this gets my vote)

Original comment by thadguidry on 19 Nov 2010 at 8:21

GoogleCodeExporter commented 8 years ago

Original comment by tfmorris on 7 Jun 2011 at 6:00