View source: R/simulated_data_generation.R
generate_normal_complex_fixed | R Documentation |
Given a set of input data of shared points and causal points, the function generates two classes of interpolated 3d shapes with a specified kernel.
generate_normal_complex_fixed(
grid_size = 25,
noise_points,
causal_points1,
causal_points2,
func = rbf_gauss,
eta = 5
)
grid_size |
(int) : The fineness of the grid for which the interpolation is on. |
noise_points |
(matrix) : Matrix of points to be shared across both classees of shapes. |
causal_points1 |
(matrix) : Matrix of points unique to class 1. |
causal_points2 |
(matrix) : Matrix of points unique to class 2. |
func |
(function) : The function used for the kernel interpolation. |
eta |
(float) : The shape paramter for the kernel. |
complex (list) : List of data containing the mesh versions of the interpolated shapes, causal points, and the shared points.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.