全部搜尋項
bookworm  ] [  trixie  ] [  sid  ]
[ 原始碼: libstatistics-topk-perl  ]

套件:libstatistics-topk-perl(0.02-2)

libstatistics-topk-perl 的相關連結

Screenshot

Debian 的資源:

下載原始碼套件 libstatistics-topk-perl

維護小組:

外部的資源:

相似套件:

implementation of the top-k streaming algorithm

The Statistics::TopK module implements the top-k streaming algorithm, also know as the "heavy hitters" algorithm. It is designed to process data streams and probabilistally calculate the k most frequent items while using limited memory.

A typical example would be to determine the top 10 IP addresses listed in an access log. A simple solution would be to hash each IP address to a counter and then sort the resulting hash by the counter size. But the hash could theoretically require over 4 billion keys.

The top-k algorithm only requires storage space proportional to the number of items of interest. It accomplishes this by sacrificing precision, as it is only a probabilistic counter.

其他與 libstatistics-topk-perl 有關的套件

  • 依賴
  • 推薦
  • 建議
  • 增強

下載 libstatistics-topk-perl

下載可用於所有硬體架構的
硬體架構 套件大小 安裝後大小 檔案
all 6。8 kB22。0 kB [檔案列表]