Predicted Class Value
(Redirected from Predicted Class Member)
Jump to navigation
Jump to search
A predicted class value is a predicted value (of a class member) by a class prediction system performing a classification act.
- AKA: Predicted Label.
- Context:
- It can range from being a Correct Prediction to being an Incorrect Prediction (when compared to an actual class).
- It can (typically) be for a Categorically Scored Item (from a set of target attribute values).
- Example(s):
- "iris setosa", for Fisher's Iris Classification Task.
- …
- Counter-Example(s):
- a Predicted Structure, for a structured prediction act.
- a Predicted Rank, for a rank prediction act.
- a Predicted Number, for a number prediction act.
- See: Area Under the Curve, Confusion Matrix.