JSMILE Learning: BkKnowledge
From DSL
[edit] BkKnowledge
This class holds information about background knowledge that is used in the learning process.
Properties
- BkArcInfo[] forbiddenArcs
Array with forbidden arcs (see below).
- BkArcInfo[] forcedArcs
Array with forced arcs (see below).
- BkTierInfo[] tiers
Array with the tiers (see below).
[edit] BkArcInfo
This class holds information about the background knowledge of an arc.
Properties
- int child
Child index of the arc.
- int parent
Parent index of the arc.
[edit] BkTierInfo
This class holds information about the background knowledge of a tier.
Properties
- int tier
Index of the tier.
- int variable
Index of a variable that belongs to this tier.
