View source: R/feasibilty_analysis.R
feasibilityAnalysis | R Documentation |
Simulating dataset and calculate stabilities over different number of clusters
feasibilityAnalysis(classes = 3, samples = 320, features = 400)
classes |
The number of classes of samples to be reflected in the simulated dataset. Also determines the ks to be considered (classes-2, classes+2) |
samples |
The number of samples in the simulated dataset |
features |
The number of features in the simulated dataset |
An object of class "feasibilityAnalysis" containing the average stabilities for all number of clusters(k), the average (over all k) and maximum stabilities observed and the generated dataset
feasibilityAnalysis(classes = 2, samples = 20, features = 30)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.