How to generate the 2nd or 3rd prediction attribute?

mdcmdc Member Posts: 58 Maven
edited November 2018 in Help
Hi,

The application of ModelApplier operator produces confidence(label) attributes and prediction attribute. The value of the prediction attribute being the label with the highest confidence.

Is it possible to generate another prediction attribute having the 2nd highest confidence? It looks possible using loop and macro operators but since I am not familiar with these I am having trouble figuring it out. Can somebody show me an example or idea to implement this?

thanks,
Matthew
Sign In or Register to comment.