Class: TfIdf::IDFs
- Inherits:
-
Dictionary
- Object
- Dictionary
- TfIdf::IDFs
- Defined in:
- lib/dictionary.rb
Overview
IDF辞書クラス
Instance Attribute Summary collapse
-
#average ⇒ Object
平均IDF値.
-
#size ⇒ Object
収録形態素数.
Method Summary
Methods inherited from Dictionary
#all, #exists?, #get, #initialize, #set
Constructor Details
This class inherits a constructor from TfIdf::Dictionary
Instance Attribute Details
#average ⇒ Object
平均IDF値
58 59 60 |
# File 'lib/dictionary.rb', line 58 def average @average end |
#size ⇒ Object
収録形態素数
55 56 57 |
# File 'lib/dictionary.rb', line 55 def size @size end |