| run_metamorphic_test | R Documentation |
This function runs the metamorphic test. It applies a perturbation and then clusters based on the method, transformation, and number of clusters supplied.
run_metamorphic_test(
dataList,
perturbationType = 1,
method = "kmeans",
transformationType = "log",
seed = 1,
numberClusters = 10
)
dataList |
A list of data sets |
method |
The clustering method to be used, defaults to Kmeans |
transformationType |
The type of data transformation to apply, defaults to log |
seed |
the seed to be set for reproducibility, defaults to 1 |
numberClusters |
The number of cluster centers to use, defaults to 10 |
A metamorphic results table
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.