motf
クラス PosScorer

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

 class PosScorer
extends Scorer

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


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

フィールドの詳細

docSet

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

PosScorer

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

count

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