Page 1 of 1

Creates cluster for estimation

Posted: 25 May 2022, 00:36
by tsaghapour
Hi,

I've noticed that apollo can create clusters for estimation using the following function. Just wondering if it is possible to define a variable(s) from the database that clustering operates based on them? for example household id or neighbourhood id or both?

apollo_makeCluster(
apollo_probabilities,
apollo_inputs,
silent = FALSE,
cleanMemory = FALSE
)

Thanks,
Tayebeh

Re: Creates cluster for estimation

Posted: 29 Jun 2022, 16:51
by stephanehess
Hi

this is an internal function for creating parts of the data for multi-core estimation, so different what you are thinking about

Stephane