Slot: transforms
Ordered list of transforms applied to edge property matrices. Each entry’s name: is the edge property it rewrites (e.g. ‘weight’, ‘length’), and that property is also the value under transform inside the entry’s own equation, which is written over the network’s edge attributes. Supports equation-based (symbolic) or callable-based (software) transforms. Multiple transforms on the same target are applied sequentially, each seeing the previous one’s output.
URI: tvbo:slot/transforms
Applicable Classes
| Name | Description | Modifies Slot |
|---|---|---|
| Network | Network specification with nodes, edges, and reusable coupling configurations | no |
Properties
Type and Range
| Property | Value |
|---|---|
| Range | Function |
| Domain Of | Network |
Cardinality and Requirements
| Property | Value |
|---|---|
| Multivalued | Yes |
Slot Characteristics
| Property | Value |
|---|---|
| Owner | Network |
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/tvbo
Mappings
| Mapping Type | Mapped Value |
|---|---|
| self | tvbo:transforms |
| native | tvbo:transforms |
LinkML Source
name: transforms
description: Ordered list of transforms applied to edge property matrices. Each entry's
`name:` is the edge property it rewrites (e.g. 'weight', 'length'), and that property
is also the value under transform inside the entry's own equation, which is written
over the network's edge attributes. Supports equation-based (symbolic) or callable-based
(software) transforms. Multiple transforms on the same target are applied sequentially,
each seeing the previous one's output.
from_schema: https://w3id.org/tvbo
rank: 1000
owner: Network
domain_of:
- Network
range: Function
multivalued: true
inlined: true
inlined_as_list: true