feature_vertex_association: Returns a list that displays the relation of sub-level sets...

View source: R/roc_curve_simulation.R

feature_vertex_associationR Documentation

Returns a list that displays the relation of sub-level sets to vertices.

Description

Computes the vertex-sub-level set association.

Usage

feature_vertex_association(dir, complex, len, ball_radius = 0, ball = FALSE)

Arguments

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.

Value

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.


lcrawlab/SINATRA documentation built on Sept. 13, 2023, 2 p.m.