The worker function to calculate discontinuous 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)
matrix, to find the id of each edge given two neighbours
a List, giving for each node an IntegerVector with its neighbours
the actual node to consider for the recursion (int)
the kernel bandiwdth
a vector with the length of the edges
a vector associating each sample to an edge
a vector with x coordinates of each sample
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