Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Ranker ¶
type Ranker struct { Crawler *crawler.WebCrawler Markov *matrix.MarkovMatrix Exporter exporter.RexOpts Result map[string]float64 NumOfResults int }
func CreateRanker ¶
func CreateRanker(opts RankerOpts) *Ranker
func (*Ranker) GetPageRank ¶
func (r *Ranker) GetPageRank()
type RankerOpts ¶
type RankerOpts struct { Crawler *crawler.WebCrawlerOpts Markov *matrix.MarkovMatrixOpts Exporter *exporter.RexOpts NumOfResults int }
Click to show internal directories.
Click to hide internal directories.