Categories

Versions

Generate Prediction Ranking (AI Studio Core)

Synopsis

Generates attributes containing the most probable classes and their corresponding confidence values.

Description

This operator will use the confidence values generated during model application to create new attributes which contains a ranking of the most probable classes and their corresponding confidence values.

The size of the ranking (i.e. number of classes stored per example) can be specified. Additionally, you can choose if the old prediction and confidence attributes should be removed after the creation of the ranking attributes.

Input

  • example set (IOObject)

    This is an example set input port

Output

  • example set (Data Table)

    This is an example set output port

  • original (Data Table)

Parameters

  • number of ranksThis determines how many ranks will be considered.
  • remove old predictionsThis indicates if the old confidence attributes should be removed.