Skip to content

Class: Prediction

URI: linkml_common:Prediction

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

Inheritance

Slots

Name Cardinality and Range Description Inheritance
variable_predicted 0..1
Variable
direct
predicted_value 0..1
Any
direct
expected_value 0..1
Any
direct
type 0..1
String
A type for a thing Typed

Usages

used by used in type used
PredictionSummaryStatistics predictions range Prediction

Identifier and Mapping Information

Schema Source

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

Mappings

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

LinkML Source

Direct

name: Prediction
from_schema: https://w3id.org/linkml/linkml-common
is_a: Intangible
attributes:
  variable_predicted:
    name: variable_predicted
    from_schema: https://w3id.org/linkml-common/statistics
    rank: 1000
    domain_of:
    - Prediction
    range: Variable
  predicted_value:
    name: predicted_value
    from_schema: https://w3id.org/linkml-common/statistics
    rank: 1000
    domain_of:
    - Prediction
    range: Any
  expected_value:
    name: expected_value
    from_schema: https://w3id.org/linkml-common/statistics
    rank: 1000
    domain_of:
    - Prediction
    - SimplePrediction
    range: Any
union_of:
- SimplePrediction
- AggregatePrediction

Induced

name: Prediction
from_schema: https://w3id.org/linkml/linkml-common
is_a: Intangible
attributes:
  variable_predicted:
    name: variable_predicted
    from_schema: https://w3id.org/linkml-common/statistics
    rank: 1000
    alias: variable_predicted
    owner: Prediction
    domain_of:
    - Prediction
    range: Variable
  predicted_value:
    name: predicted_value
    from_schema: https://w3id.org/linkml-common/statistics
    rank: 1000
    alias: predicted_value
    owner: Prediction
    domain_of:
    - Prediction
    range: Any
  expected_value:
    name: expected_value
    from_schema: https://w3id.org/linkml-common/statistics
    rank: 1000
    alias: expected_value
    owner: Prediction
    domain_of:
    - Prediction
    - SimplePrediction
    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: Prediction
    domain_of:
    - Typed
    range: string
union_of:
- SimplePrediction
- AggregatePrediction