Previous Table of Contents Next


12.3.1 ApplyContentItem Abstract


   This is an abstract class that describes an item to appear in the output based on the rank of the prediction.

   Superclasses

   ApplyOutputItem

   Attributes

   topNthIndex

   This indicates the rank of the prediction whose associated values (score, probability, and rule id) appear in the output as specified by the subclass. The default value is 1, which means the top prediction.

   type: Integer

   multiplicity: exactly one