Skip to content

Class: SimplePrediction

URI: linkml_common:SimplePrediction

classDiagram class SimplePrediction click SimplePrediction href "../SimplePrediction" Prediction <|-- SimplePrediction click Prediction href "../Prediction" SimplePrediction : expected_value SimplePrediction : outcome SimplePrediction --> "0..1" OutcomeType : outcome click OutcomeType href "../OutcomeType" SimplePrediction : predicted_value SimplePrediction --> "0..1" Any : predicted_value click Any href "../Any" SimplePrediction : type SimplePrediction : variable_predicted SimplePrediction --> "0..1" Variable : variable_predicted click Variable href "../Variable"

Inheritance

Slots

Name Cardinality and Range Description Inheritance
outcome 0..1
OutcomeType
direct
expected_value 0..1
String or 
Integer or 
Float or 
String
direct
variable_predicted 0..1
Variable
Prediction
predicted_value 0..1
Any
Prediction
type 0..1
String
A type for a thing Typed

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/linkml/linkml-common

Mappings

Mapping Type Mapped Value
self linkml_common:SimplePrediction
native linkml_common:SimplePrediction

LinkML Source

Direct

name: SimplePrediction
from_schema: https://w3id.org/linkml/linkml-common
is_a: Prediction
attributes:
  outcome:
    name: outcome
    from_schema: https://w3id.org/linkml-common/statistics
    rank: 1000
    domain_of:
    - SimplePrediction
    range: OutcomeType
  expected_value:
    name: expected_value
    from_schema: https://w3id.org/linkml-common/statistics
    domain_of:
    - Prediction
    - SimplePrediction
    any_of:
    - range: integer
    - range: float
    - range: string

Induced

name: SimplePrediction
from_schema: https://w3id.org/linkml/linkml-common
is_a: Prediction
attributes:
  outcome:
    name: outcome
    from_schema: https://w3id.org/linkml-common/statistics
    rank: 1000
    alias: outcome
    owner: SimplePrediction
    domain_of:
    - SimplePrediction
    range: OutcomeType
  expected_value:
    name: expected_value
    from_schema: https://w3id.org/linkml-common/statistics
    alias: expected_value
    owner: SimplePrediction
    domain_of:
    - Prediction
    - SimplePrediction
    range: string
    any_of:
    - range: integer
    - range: float
    - range: string
  variable_predicted:
    name: variable_predicted
    from_schema: https://w3id.org/linkml-common/statistics
    rank: 1000
    alias: variable_predicted
    owner: SimplePrediction
    domain_of:
    - Prediction
    range: Variable
  predicted_value:
    name: predicted_value
    from_schema: https://w3id.org/linkml-common/statistics
    rank: 1000
    alias: predicted_value
    owner: SimplePrediction
    domain_of:
    - Prediction
    range: Any
  type:
    name: type
    description: A type for a thing. The range of this should be a class within the
      schema. It is intended for schema-based classification. Anything beneath the
      shoreline of the schema should use `classification`.
    from_schema: https://w3id.org/linkml/linkml-common
    rank: 1000
    designates_type: true
    alias: type
    owner: SimplePrediction
    domain_of:
    - Typed
    range: string