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