-
Notifications
You must be signed in to change notification settings - Fork 2
/
NAMESPACE
72 lines (71 loc) · 2.39 KB
/
NAMESPACE
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
# Generated by roxygen2: do not edit by hand
S3method(as.character,hawkes_model_type)
S3method(get_a1,default)
S3method(get_a1,hawkes_EXP)
S3method(get_a1,hawkes_EXPN)
S3method(get_a1,hawkes_PL)
S3method(get_a1,hawkes_PLN)
S3method(get_a1,hawkes_mEXP)
S3method(get_a1,hawkes_mEXPN)
S3method(get_a1,hawkes_mPL)
S3method(get_a1,hawkes_mPLN)
S3method(get_branching_factor,default)
S3method(get_branching_factor,hawkes_EXP)
S3method(get_branching_factor,hawkes_EXPN)
S3method(get_branching_factor,hawkes_PL)
S3method(get_branching_factor,hawkes_PLN)
S3method(get_branching_factor,hawkes_mEXP)
S3method(get_branching_factor,hawkes_mEXPN)
S3method(get_branching_factor,hawkes_mPL)
S3method(get_branching_factor,hawkes_mPLN)
S3method(get_model_intensity_at,default)
S3method(get_model_intensity_at,hawkes_EXP)
S3method(get_model_intensity_at,hawkes_EXPN)
S3method(get_model_intensity_at,hawkes_PL)
S3method(get_model_intensity_at,hawkes_PLN)
S3method(get_model_intensity_at,hawkes_mEXP)
S3method(get_model_intensity_at,hawkes_mEXPN)
S3method(get_model_intensity_at,hawkes_mPL)
S3method(get_model_intensity_at,hawkes_mPLN)
S3method(get_viral_score,default)
S3method(get_viral_score,hawkes)
S3method(predict_final_popularity,default)
S3method(predict_final_popularity,hawkes)
S3method(predict_final_popularity,hawkes_EXP)
S3method(predict_final_popularity,hawkes_EXPN)
S3method(predict_final_popularity,hawkes_PL)
S3method(predict_final_popularity,hawkes_PLN)
S3method(predict_final_popularity,hawkes_SEISMIC)
S3method(predict_final_popularity,hawkes_mEXP)
S3method(predict_final_popularity,hawkes_mEXPN)
S3method(predict_final_popularity,hawkes_mPL)
S3method(predict_final_popularity,hawkes_mPLN)
S3method(print,hawkes)
S3method(print,hawkes.group.fits)
export(fit_series)
export(fits_dist_matrix)
export(generate_features)
export(generate_series)
export(generate_user_magnitude)
export(get_a1)
export(get_branching_factor)
export(get_hawkes_neg_likelihood_value)
export(get_model_intensity_at)
export(get_viral_score)
export(group_fit_series)
export(melt_snowflake)
export(new_hawkes)
export(parse_raw_tweets_to_cascades)
export(plot_event_series)
export(plot_kernel_function)
export(predict_final_popularity)
export(set_tmp_folder)
export(setup_ampl)
import(parallel)
importFrom(stats,runif)
importFrom(utils,download.file)
importFrom(utils,hasName)
importFrom(utils,menu)
importFrom(utils,read.csv)
importFrom(utils,untar)
importFrom(utils,unzip)