predict_final_popularity | R Documentation |
Predict the final popularity (event count) of give histories and its model parameters.
predict_final_popularity(model, data = NULL, observation_time = NULL)
model |
A model object provides data, model_type, observation_time and model parameters |
data |
A given cascade whose final popularity will be predicted |
observation_time |
The observation time of the given cascade |
a vector of predicted final popularities whose length is the same as the number of cascades in the provided model object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.