BayesEvent class

A network event: Variable node + value.

Implemented types

Constructors

BayesEvent(BayesVariable node, BayesValue value)
BayesEvent.byOutcomeName(BayesVariable node, String outcomeName)

Properties

hashCode int
The hash code for this object.
no setteroverride
node BayesVariable
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value BayesValue
latefinal

Methods

compareTo(BayesEvent other) int
Compares this object to another object.
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() String
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
override