2016-12-15 81 views

回答

1

通過檢查ZipfianGenerator code in the repository,alpha的默認值爲1/(1-theta)(行142)。

Theta是'zipfian常數'(行137)。其默認值爲0.99(行42),它給出了一個alpha值100

您可以在構造函數中指定一個不同的theta來獲取不同的alpha值。