get_dataset_synthetic: Get the synthetic dataset

Description Usage Arguments Value

Description

Get the synthetic dataset

Usage

1
2
get_dataset_synthetic(N = 150, data.mean = 0, data.sd = 1, seed = 42,
  type = "matrix")

Arguments

N

The number of data points. Default is 150.

data.mean

Data mean.

data.sd

Data standard deviation.

seed

Random seed. Default is 42.

type

Type of data. String: 'matrix' or 'df'.

Value

A list with the synthetic data points and their corresponding classes (clusters).


bwrc/corecluster-r documentation built on May 13, 2019, 9:12 a.m.