I have a decision tree model in Enterprise Miner and the results of decision shows me the count of true/false positives/negatives for my training and validation data set.
Now, I am interested in finding the same count for my test data set which is represented as a separate node in EM diagram. I can use the score node to evaluate the decision tree model on test data set; however I can not get the count of true/false positives/negatives. Any idea how to use the Enterprise Miner capability to get these numbers directly; instead of writing user specified SAS code.
Any help would be appreciated.
Thanks.
PS: My test data set already has the value of target available.