All Bundles

BayesEntry

Naive Bayes entry of term with counts

Operations

New

Constructor

New(name:String, count:Int)
Parameters
NameTypeDescription
nameStringentry name
countIntcount of occurrences

GetCount

Get the entry count

method : public : GetCount() ~ Int
Return
TypeDescription
Intentry count

GetName

Get the entry name

method : public : GetName() ~ String
Return
TypeDescription
Stringentry name

SetCount

Set the entry count

method : public : SetCount(count:Int) ~ Nil
Parameters
NameTypeDescription
countIntentry count