Finds the nearest principal graph node
1 2 3 4 5 6 | find_nearest_vertex(
data_matrix,
target_points,
block_size = 50000,
process_targets_in_blocks = FALSE
)
|
data_matrix |
the input matrix |
target_points |
the target points |
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 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.