Inference class

An inference derived by the InferenceEngine.

Constructors

Inference({required String id, required String conclusion, required List<String> premises, required double confidence, required String inferenceType, DateTime? generatedAt})
const

Properties

conclusion → String
final
confidence → double
How confident the system is in this inference (0.0 – 1.0).
final
generatedAt → DateTime?
final
hashCode → int
The hash code for this object.
no setterinherited
id → String
final
inferenceType → String
final
premises → List<String>
final
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() → String
A string representation of this object.
override

Operators

operator ==(Object other) → bool
The equality operator.
inherited