C# Class RIStats.XMLStatistics

Mostrar archivo Open project: astrohome/RI-Project

Public Properties

Property Type Description
al System.Collections.ArrayList
balises Int32>.Dictionary
dl Dictionary>
docsbm25 Dictionary>
docsltn Dictionary>
requests List
tag_df Int32>.Dictionary
tagsN Int32>.Dictionary
tf Dictionary>>
word_df Dictionary>
words List

Public Methods

Method Description
Proceed ( String url, Int32 count ) : void
ProceedBM25_TF ( ) : void
Proceedltn ( ) : void

Private Methods

Method Description
BM25F_WeightField ( int>.KeyValuePair path ) : int
CalulateDF ( ) : void
GetLeaf ( String path ) : String
GetParent ( String path ) : String
ProceedLine ( string line ) : void
df ( String word, String path ) : Int32

Method Details

Proceed() public method

public Proceed ( String url, Int32 count ) : void
url String
count System.Int32
return void

ProceedBM25_TF() public method

public ProceedBM25_TF ( ) : void
return void

Proceedltn() public method

public Proceedltn ( ) : void
return void

Property Details

al public_oe property

public System.Collections.ArrayList al
return System.Collections.ArrayList

balises public_oe property

public Dictionary balises
return Int32>.Dictionary

dl public_oe property

public Dictionary> dl
return Dictionary>

docsbm25 public_oe property

public Dictionary> docsbm25
return Dictionary>

docsltn public_oe property

public Dictionary> docsltn
return Dictionary>

requests public_oe property

public List requests
return List

tag_df public_oe property

public Dictionary tag_df
return Int32>.Dictionary

tagsN public_oe property

public Dictionary tagsN
return Int32>.Dictionary

tf public_oe property

public Dictionary>> tf
return Dictionary>>

word_df public_oe property

public Dictionary> word_df
return Dictionary>

words public_oe property

public List words
return List