View source: R/simulated_data_generation.R
generate_gaussian_field | R Documentation |
Place gaussian bumps on a plane at desired locations.
generate_gaussian_field(
grid_size = 25,
shared_points,
causal_points1,
causal_points2,
normal_std
)
grid_size |
(int): the fineness of the grid. |
shared_points |
(matrix) :rows are shared points between the classes. |
causal_points1 |
(matrix) : should be a matrix whose rows are the causal points of class 1 |
causal_points2 |
(matrix) : should be a matrix whose rows are the causal points of class 2 |
complex (list) : Mesh form of the grid.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.