edge_equidistant_divider
EdgeEquidistantDivider
Add points and values by uniformly dividing edges.
Attributes:
| Name | Type | Description |
|---|---|---|
edges_length |
ndarray[K]
|
Length of edges. |
edge_length_max |
float
|
Maximal edge length. |
edge_length_max = None
instance-attribute
edges_length = None
instance-attribute
__init__()
apply(values, edges)
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
values |
ndarray[N, M] or [N]
|
Input array(s) to interpolate. |
required |
edges |
ndarray[K, 2]
|
Connected pairs of nodes. |
required |
Returns:
| Type | Description |
|---|---|
ndarray
|
np.ndarray: Input array with interpolated values. |