Due to recent updates, all users are required to create an Altair One account to login to the RapidMiner community. Click the Register button to create your account using the same email that you have previously used to login to the RapidMiner community. This will ensure that any previously created content will be synced to your Altair One account. Once you login, you will be asked to provide a username that identifies you to other Community users. Email us at Community with questions.
strictfp
I've translated W-DMNBtext's algorithm into Lua, tested it on a small data set (10 examples, 5 binary attributes), and compared the results to RapidMiner under conditions where the output should theoretically be the same. I'm seeing discrepancies as large as .008. I suspect this may be because of discrepancies between the two versions of the natural logarithm function. (It could also be Lua's math.log, which wraps cmath's log. I haven't been able to find any mention of math accuracy in the C standard, so maybe it's implementation-defined.) Is there a way to change whether or not RapidMiner uses strictfp?
0