Skip to content

Enum: PredictionOutcomeType

URI: valuesets:PredictionOutcomeType

Permissible Values

Value Meaning Description
TP None True Positive
FP None False Positive
TN None True Negative
FN None False Negative

Slots

Name Description
prediction_outcome The prediction outcome classification

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/linkml/valuesets

LinkML Source

name: PredictionOutcomeType
from_schema: https://w3id.org/linkml/valuesets
rank: 1000
permissible_values:
  TP:
    text: TP
    description: True Positive
  FP:
    text: FP
    description: False Positive
  TN:
    text: TN
    description: True Negative
  FN:
    text: FN
    description: False Negative