find_nearest_vertex: Finds the nearest principal graph node
Description
Finds the nearest principal graph node
Usage
find_nearest_vertex(data_matrix, target_points, block_size = 50000,
process_targets_in_blocks = FALSE)
Arguments
block_size
the number of input matrix rows to process per block
process_targets_in_blocks
whether to process the targets points in
blocks instead