machine learning - Calculating TP,FP,TN,FN for multiple class label in decision tree -


i beginner in machine learning , classification, tried code decision tree algorithm prediction of 2 classes.it worked well, problem facing , if try predict more 2 class labels,?? how calculate precision , recall dataset having 5 classes.. came know , can possible calculating precision , recall values classes , taking average of that, can me how need calculate tp,tn,fp,fn if have 5 classes?

what false positive on non-binary problem be?

you asking not defined.

you can compute precision, recall, , f1.


Comments

Popular posts from this blog

ios - RestKit 0.20 — CoreData: error: Failed to call designated initializer on NSManagedObject class (again) -

java - Digest auth with Spring Security using javaconfig -

laravel - PDOException in Connector.php line 55: SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: YES) -