domain property
Map<String, BayesValue>
get
domain
The domain values of this node.
Implementation
Map<String, BayesValue> get domain =>
UnmodifiableMapView<String, BayesValue>(_domain);
The domain values of this node.
Map<String, BayesValue> get domain =>
UnmodifiableMapView<String, BayesValue>(_domain);