motf
クラス DocScorer

java.lang.Object
  上位を拡張 motf.Scorer
      上位を拡張 motf.DocScorer

 class DocScorer
extends Scorer

文書頻度をスコアとして返す.


フィールドの概要
(package private)  DocSet docSet
           
 
コンストラクタの概要
DocScorer(DocSet docSet)
           
 
メソッドの概要
 int count(Occurrence occ)
           
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

docSet

DocSet docSet
コンストラクタの詳細

DocScorer

public DocScorer(DocSet docSet)
メソッドの詳細

count

public int count(Occurrence occ)
定義:
クラス Scorer 内の count