BayesEntry
Naive Bayes entry of term with counts
Operations
New
Constructor
New(name:String, count:Int)
Parameters
Name | Type | Description |
---|---|---|
name | String | entry name |
count | Int | count of occurrences |
SetCount
Set the entry count
method : public : SetCount(count:Int) ~ Nil
Parameters
Name | Type | Description |
---|---|---|
count | Int | entry count |