accumulate_contexts
accumulate_contexts.Rdaccumulate_contexts
Usage
accumulate_contexts(
x,
codes,
decay.function = decay(simple_window, window_size = 4),
time.column = NULL,
mode.column = NULL,
mask = NULL,
weight.by = sqrt,
norm.by = `_sphere_norm`,
meta.data = NULL,
return.dena.set = FALSE,
return.ena.set = TRUE,
context_filter = NULL,
summarize_ground_using = colSums,
calculate_adj_vectors_using = ground_response_crossprod,
ground_effect_function = function(x, y) crossprod(t(x), y),
accumulate_unit_vectors_by = colSums
)