Class: TfIdf::IDFs

Inherits:
Dictionary show all
Defined in:
lib/dictionary.rb

Overview

IDF辞書クラス

Instance Attribute Summary collapse

Method Summary

Methods inherited from Dictionary

#all, #exists?, #get, #initialize, #set

Constructor Details

This class inherits a constructor from TfIdf::Dictionary

Instance Attribute Details

#averageObject

平均IDF値



58
59
60
# File 'lib/dictionary.rb', line 58

def average
  @average
end

#sizeObject

収録形態素数



55
56
57
# File 'lib/dictionary.rb', line 55

def size
  @size
end