C# Class RIStats.Statistics

Mostrar archivo Open project: astrohome/RI-Project

Public Properties

Property Type Description
bm25_tf Dictionary>
bm25_tf_finals Double>.Dictionary
df Int32>.Dictionary
dl Int32>.Dictionary
docsltn Double>.Dictionary
requests List
tf Dictionary>

Public Methods

Method Description
Proceed ( String url ) : void

Proceed the whole file, line-by-line

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

Private Methods

Method Description
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

Method Details

Proceed() public method

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.
return void

ProceedBM25_TF() public method

public ProceedBM25_TF ( ) : void
return void

ProceedXML() public method

public ProceedXML ( String url ) : void
url String
return void

Proceedltn() public method

public Proceedltn ( ) : void
return void

clean_n_clear() public method

public clean_n_clear ( ) : void
return void

Property Details

bm25_tf public_oe property

public Dictionary> bm25_tf
return Dictionary>

bm25_tf_finals public_oe property

public Dictionary bm25_tf_finals
return Double>.Dictionary

df public_oe property

public Dictionary df
return Int32>.Dictionary

dl public_oe property

public Dictionary dl
return Int32>.Dictionary

docsltn public_oe property

public Dictionary docsltn
return Double>.Dictionary

requests public_oe property

public List requests
return List

tf public_oe property

Statistics by itself.
public Dictionary> tf
return Dictionary>