gen_scurve | R Documentation |
This function generates S-curve data.
gen_scurve(n = 500, p = 4)
n |
A numeric value (default: 500) representing the sample size. |
p |
A numeric value (default: 4) representing the number of dimensions. |
A data containing the generated S-curve data.
Buitinck, L., Louppe, G., Blondel, M., Pedregosa, F., Mueller, A., Grisel, O., ... & Varoquaux, G. (2013). API design for machine learning software: experiences from the scikit-learn project. arXiv preprint arXiv:1309.0238.
set.seed(20240412)
scurve <- gen_scurve(n = 500, p = 4)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.