What is the purpose of ``` if (round) prediction = Math.round(prediction); ``` in [TestRegressionEFM line 126](//github.com/flexgp/efs/blob/master/code/src/evofmj/test/TestRegressionEFM.java#L126) and why is it [turned on](//github.com/flexgp/efs/blob/master/code/src/main/RegEFMMenuManager.java#L117) by default?