Method: Elastic::Stats::NaiveBayes::Set#categories
- Defined in:
- lib/elastic/stats/naive-bayes/set.rb
#categories ⇒ Object
25 26 27 28 |
# File 'lib/elastic/stats/naive-bayes/set.rb', line 25 def categories init_stats if @categories.nil? @categories end |