The worker function to calculate continuous NKDE (with ARMADILLO and integer matrix)
a vector with the kernel values calculated for each samples from the first node given
a cpp pointer function (selected with the kernel name)
a numeric vector of the actual kernel values, updates at each recursion
a List, giving for each node an IntegerVector with its neighbours
matrix, to find the id of each edge given two neighbours.
the actual node to consider for the recursion (int)
the kernel bandwidth
a vector with the length of the edges
a vector associating each sample to an edge
a vector with x coordinates of each sample
a vector with y coordinates of each sample
a vector with x coordinates of each node
a vector with y coordinates of each node
the actual recursion depth
the maximum recursion depth