Description Usage Arguments Value
Since consensus clustering is an unsuperived learning method, there isn't
really a 'training step' per se. Instead this method computes the consensus
clusters and stores the results in the models
slot.
1 2 3 4 5 6 7 8 9 10 | ## S4 method for signature 'ConsensusMetaclusteringModel'
trainModel(
object,
maxK = 5,
reps = 10,
distance = "pearson",
clusterAlg = "hc",
plot = NULL,
...
)
|
object |
A |
maxK |
The maximum number of clusters to test. Defaults to 5. |
reps |
How many random samples should clustering be repeated on? Default is 10, but 1000+ is recommended for real world use. |
distance |
The distance method to use. Defaults to 'pearson'. See
|
clusterAlg |
The clustering algorithm to use. Defaults to 'hc'. See
|
plot |
An optional path to output the plots generated by each
call to |
... |
Fall through parameters to |
The ConsensusMetaclusteringModel
with the clustering results in the
models
slot.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.