how can i do statistical analysis of 3 models result in RapidMiner?
Find more posts tagged with
thanks for your reply.
I have evaluated experiment result value of system identified(using Java), human identified result(manual), true positive, true negative, false positive and false negative values for my 3 models(ie 3 methods).
using this result I want to identify which model gives the best result in statistical analysis.
(i don't know about statistical analysis, rapid miner, R, and i know only java)
so pls give the solution for this
thanks for your reply sir.
please tell me, sir, whether we can use this kappa statistics for comparing 3 models result and/or classify one model observed and expected results?
because I need to find which model gives the best result.
suppose if I used kappa metric and found its value like model1=69, model2 =74, model3=78
then can I conclude models 3 is the best model?
please reply me
thanks in advance
What exactly do you mean by a "statistical analysis of the 3 models"? Do you mean a performance comparison? If so, "Performance to Data" may help. If you are looking for more classical statistics, you might be better off with an R script.