predict_final_popularity.Rd
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