class

AtomSpace::SimpleTruthValue

Inherits AtomSpace::TruthValue < Reference < Object

Simple truth value with strength and confidence

Constructors

new(strength : Strength, confidence : Confidence)

Instance methods

clone

Clone this truth value

confidence

Get the confidence (degree of certainty) [0.0, 1.0]

count

Get the count (amount of evidence)

merge(other : TruthValue) : TruthValue

Merge with another truth value

strength

Get the strength (degree of belief) [0.0, 1.0]

to_s(io : IO) : Nil

Convert to string representation

type_name

Get the type name of this truth value