The exported function to calculate continuous NKDE likelihood cv
get_loo_values_continuous(
  neighbour_list,
  samples,
  sweights,
  events,
  weights,
  bws,
  kernel_name,
  line_list,
  max_depth
)a List, giving for each node an IntegerVector with its neighbours
a vector with the node index of the samples
a vector with the weight of each sample
a vector with the node index of the events
a vector with the weights of the events
a vector with the bandwidths
the name of the kernel function to use
a dataframe representing the edges of the network
the maximum recursion depth
a vector with the kernel values calculated for each event