You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
//' Find the closest neighbors of a group of nodes in a graph.//'//' @noRd//' @param node_idxs the staring distribution//' @param W adjacency matrix//' @param k the depth of the nearest neighbor search//' @return returns a list of nearest neighbors for every node idxs given in <emph>node_idxs</emph>// [[Rcpp::interfaces(r, cpp)]]// [[Rcpp::export]]
Rcpp::List neighbors_(const Rcpp::IntegerVector& node_idxs,
const Rcpp::NumericMatrix& W,
constint k)
{
return R_NilValue;
}
roxygen/rcpp does not provide commentation when export name is set
The text was updated successfully, but these errors were encountered: