APM_Exercises
APM_Exercises copied to clipboard
Chapter 17- Computing- cost function
Just wondering whether the cost function on page 457 should read: if(any(pred == "VF" & obs == "L")) cost[pred == "VF" & obs == "L"] <- 10 instead of: if(any(pred == "VF" & obs == "L")) cost[pred == "L" & obs == "VF"] <- 10 thanks, Arsa