View source: R/roc_curve_simulation.R
feature_vertex_association | R Documentation |
Computes the vertex-sub-level set association.
feature_vertex_association(dir, complex, len, ball_radius = 0, ball = FALSE)
dir |
(nx3 matrix): The matrix of directions for which the (S/D) EC curve were computed over. |
complex |
(list) : The list containing metadata of the Vertices, Edges, and Faces of the mesh (use process_off_file_v3 to obtain). |
ball_radius |
(float) : The radius of the ball to compute the (S/D) EC on; if you want the curve to be computed relative to the shape, don't touch this parameter. |
ball |
(boolean) : Determining whether or not to compute the (S/D) EC curve on a ball for uniform comparisons. |
rate_vals |
(vector) : Vector of variable importances for each sub-level set across each direction in a given cone. |
vertex_list (list) : The association of vertices to sub-level sets, where the keys are the sub-level set indices, and the values are the vertex indices.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.