Talk:Jaro similarity: Difference between revisions

no edit summary
m (→‎Maths equations fail in Firefox: added highlighting and whitespace.)
No edit summary
 
(5 intermediate revisions by 3 users not shown)
Line 4:
--[[User:Paddy3118|Paddy3118]] ([[User talk:Paddy3118|talk]]) 15:46, 6 November 2017 (UTC)
 
: Are they failing in and around the &nbsp; <big> ''d<sub>j</sub>'' = <big><big><big>{</big></big></big> ... </big> ? &nbsp; &nbsp; &nbsp; If so, look (via edit) at the &nbsp; ''commented out'' &nbsp; (not normally visible) &nbsp; HTML code &nbsp; ''within'' &nbsp; the Rosetta Code task &nbsp; [[Leonardo numbers]] &nbsp; preamble, which (on my FireFox and IE Explorer web browsers) causes Rosetta Code to fail to render the equation correctly, in fact, it causes Rosetta Code to get a "time out". &nbsp; The HTML code that is commented out works correctly on Wikipedia, where the HTML code was originally copied from &nbsp; &nbsp; (<u>exactly</u> copied). &nbsp; -- [[User:Gerard Schildberger|Gerard Schildberger]] ([[User talk:Gerard Schildberger|talk]]) 18:01, 6 November 2017 (UTC)
 
:: This sounds like a firefox regression.
Line 10:
 
::: In my case, the FireFox that I run hasn't been updated (on my computer) for over three years now. &nbsp; So, ... no regression here. &nbsp; -- [[User:Gerard Schildberger|Gerard Schildberger]] ([[User talk:Gerard Schildberger|talk]]) 21:42, 6 November 2017 (UTC)^
 
:::: Let me explain a little further. &nbsp; When I use the original Leonardo HTML text &nbsp; (that fails), &nbsp; and then I see the failure(s) in parsing the HTML code, &nbsp; I then use (open) &nbsp; ''another'' &nbsp; Firefox session, I try to access the '''Rosetta Code''' site &nbsp; (https://rosettacode.org), &nbsp; Firefox comes back (eventually) and tells me that &nbsp; ''the Rosetta Code site is down or is busy, try again later''. &nbsp; &nbsp; I concluded that the Rosetta Code site is busy or stuck trying to complete and/or process the failing process and I also concluded that Rosetta Code is failing for all other requests/processes for all other Rosetta Code users during this time &nbsp; --- &nbsp; until I close the (Firefox) window that contains the error message(s). &nbsp; &nbsp; -- [[User:Gerard Schildberger|Gerard Schildberger]] ([[User talk:Gerard Schildberger|talk]]) 02:58, 30 July 2019 (UTC)
 
This page seems to be talking about the Jaro ''similarity'' (0=completely distinct, 1=identical), rather than the Jaro ''distance'' which is the other way around (0=identical, 1=maximally far apart). Propose that the task be renamed and the description reworded as such. --[[User:Markjreed|Markjreed]] ([[User talk:Markjreed|talk]]) 17:36, 30 May 2021 (UTC)
 
== Wrong last digit ==
 
Some Outputs show<br>
0.9444444444444445<br>
0.7666666666666666<br>
instead of<br>
0.9444444444444444<br>
0.7666666666666667<br>
Why is tat so?? --Walter Pachl 20:13, 20 December 2021 (UTC)
 
: I'd wager it's just floating point inaccuracy. Not all languages handle them the exact same way. Operation order also matters: floating point addition is not commutative. Given that, slight variations are probably to be expected. --[[User:Not a robot|Not a robot]] ([[User talk:Not a robot|talk]]) 23:51, 20 December 2021 (UTC)
2,093

edits