validateModel,ConsensusMetaclusteringModel,ConsensusMetaclusteringModel-method {PDATK} | R Documentation |
Compute the Inter-Cohort Cluster Correlation and Clustering Reproducibility of All Clusters in Each Cohort.
## S4 method for signature ## 'ConsensusMetaclusteringModel,ConsensusMetaclusteringModel' validateModel(model, valData, ...)
model |
A |
valData |
A |
... |
Fallthrough parameters to |
The ConsensusMetaclusteringModel
from object, with the training
data from valData
in the validationData
slot, the models from the
valData
object appended to the models
of object, and the
validationStats
slot populated with pair-wise comparisons between
all experiments in both model
and valData
.