struct Bus::Confidence

Defined in:

bus/confidence.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(relevance : Int32 = 0, certainty : Int32 = 0, force : Bool | Nil = nil) #

[View source]
def self.new(force : Bool | Nil = nil) #

[View source]

Instance Method Detail

def <=>(val : Confidence) : Int32 #

[View source]
def certainty : Int32 #

[View source]
def force : Bool | Nil #

[View source]
def relevance : Int32 #

[View source]