class

AtomSpace::FuzzyTruthValue

Inherits AtomSpace::SimpleTruthValue < AtomSpace::TruthValue < Reference < Object

Fuzzy truth value with additional uncertainty

Constructors

new(strength : Strength, confidence : Confidence, uncertainty : Float64 = 0.0)

Instance methods

clone

Clone this truth value

merge(other : TruthValue) : TruthValue

Merge with another truth value

to_s(io : IO) : Nil

Convert to string representation

type_name

Get the type name of this truth value

uncertainty