<< Click to Display Table of Contents >> Navigation: Reference Manual > Learning > DSL_bkgndKnowledge |
Header file: bkgndknowledge.h
typedef std::vector<std::pair<int, int> > IntPairVector;
Type defined for convenience.
IntPairVector forcedArcs;
Arcs that are required to be present in the learned network structure.
IntPairVector forbiddenArcs;
Arcs that are forbidden in the learned network structure.
IntPairVector tiers;
Enforces temporal tiers in the network: there will be no arcs from nodes in higher tiers to nodes in lower tiers. Each element of the vector contains node handle in pair::first and the index of the tier in the pair::second member.