C# 클래스 RIStats.Statistics

파일 보기 프로젝트 열기: astrohome/RI-Project

공개 프로퍼티들

프로퍼티 타입 설명
bm25_tf Dictionary>
bm25_tf_finals Double>.Dictionary
df Int32>.Dictionary
dl Int32>.Dictionary
docsltn Double>.Dictionary
requests List
tf Dictionary>

공개 메소드들

메소드 설명
Proceed ( String url ) : void

Proceed the whole file, line-by-line

ProceedBM25_TF ( ) : void
ProceedXML ( String url ) : void
Proceedltn ( ) : void
clean_n_clear ( ) : void

비공개 메소드들

메소드 설명
ProceedOneLine ( String line ) : void

Proceed one line, analyze, and fill dictionary with statistics.

ProceedOneLineXML ( String line ) : void
dfw ( String word ) : Int32
tf_td ( String word, Int32 docno ) : Int32

메소드 상세

Proceed() 공개 메소드

Proceed the whole file, line-by-line
public Proceed ( String url ) : void
url String URL of file - will be automaticaly converted to name of unGzipped file.
리턴 void

ProceedBM25_TF() 공개 메소드

public ProceedBM25_TF ( ) : void
리턴 void

ProceedXML() 공개 메소드

public ProceedXML ( String url ) : void
url String
리턴 void

Proceedltn() 공개 메소드

public Proceedltn ( ) : void
리턴 void

clean_n_clear() 공개 메소드

public clean_n_clear ( ) : void
리턴 void

프로퍼티 상세

bm25_tf 공개적으로 프로퍼티

public Dictionary> bm25_tf
리턴 Dictionary>

bm25_tf_finals 공개적으로 프로퍼티

public Dictionary bm25_tf_finals
리턴 Double>.Dictionary

df 공개적으로 프로퍼티

public Dictionary df
리턴 Int32>.Dictionary

dl 공개적으로 프로퍼티

public Dictionary dl
리턴 Int32>.Dictionary

docsltn 공개적으로 프로퍼티

public Dictionary docsltn
리턴 Double>.Dictionary

requests 공개적으로 프로퍼티

public List requests
리턴 List

tf 공개적으로 프로퍼티

Statistics by itself.
public Dictionary> tf
리턴 Dictionary>