-
Notifications
You must be signed in to change notification settings - Fork 40
SoftwareUKSRelationship
DavidFreely edited this page Nov 8, 2025
·
20 revisions
Related: SoftwareUKSThing
Class / Datastructure (Software-Code) ("BrainSimIII\UKS\Relationship.cs"). Represents an ConceptGraphEdge.
Contains:
- Date
lastUsed - List
clauses(Relationship to other relationships) - Number
hits(Counter for learningalgorithms) - Number
misses(Counter for learningalgorithms) - Number
weight- for calculations for signal-flow in the SoftwareUKS.
- Variable
relType/relationshipsAsType - Variable
source/relationships - Variable
target/relationshipsFrom
Concrete "relationships" are saved in the UKS XML-file.
"A relationship is comprised of a minimum of six ConceptNeurons." (2019-03-14 Brain Simulator II: Representing Knowledge in Neurons)
// To represent a parent-child relationship requires multiple synapses, one from the parent going to the child and one from the child going to the parent.
TBD (the datastructure will be deprecated at some point to make a relationship a Thing-datastructure too to enable more intricate Relationships: ~"Fido -> has (-> since -> 2025) -> Fur")