You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
r/T are compression ratio & compression time for the target algorithm
rb/Tb are compression ration & compression time for a standard algorithm (in this case use gzip)
Develop a similar metric for phonetic algorithms--
involving T (obviously) and something like vocabulary(?)
standard algorithm == American Soundex?
Develop a similar metric for distance--
involving T (obviously) and ... something like normalized distance(?)
standard algorithm == normalized Levenshtein
The text was updated successfully, but these errors were encountered:
W = alpha * r/rb * log(Tb)/log(T)
r/T are compression ratio & compression time for the target algorithm
rb/Tb are compression ration & compression time for a standard algorithm (in this case use gzip)
Develop a similar metric for phonetic algorithms--
involving T (obviously) and something like vocabulary(?)
standard algorithm == American Soundex?
Develop a similar metric for distance--
involving T (obviously) and ... something like normalized distance(?)
standard algorithm == normalized Levenshtein
The text was updated successfully, but these errors were encountered: