Open BertLisser opened 7 years ago
Lab 6:
6a, 6b:
testMR (h:t) = do a <- primeMR 3 h b <- testMR t return ((h,a):b)
Why you have chosen 3as first argument of primeMR. I expect a detailed report with outcomes with varying parameters of primeMR. Then you see that even testMR returns false positves.
3
primeMR
testMR
6a(=6) 6b(=6)
7(=10)
Lab 6:
6a, 6b:
Why you have chosen
3
as first argument ofprimeMR
. I expect a detailed report with outcomes with varying parameters ofprimeMR
. Then you see that eventestMR
returns false positves.6a(=6) 6b(=6)
7(=10)