Description Usage Arguments Value Author(s) Examples
Computes the WoM intensity in a given Word-of-Mouth campaign.
1 | computeWoMIntensity(campaign)
|
campaign |
Word-of-Mouth campaign as instance of class |
WoM intensity in [0; 1].
Michael Scholz michael.scholz@th-deg.de
Thomas Woehner Thomas.Woehner@eah-jena.de
Ralf Peters ralf.peters@wiwi.uni-halle.de
1 2 3 4 | network <- new("WoMNetwork", size = 1000, avgConnections = 5)
campaign <- new("WoMCampaign", network = network, seedingSize = 10, forwardProbability = 0.2)
intensity <- computeWoMIntensity(campaign)
print(intensity)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.