plotModelTCCs {parafac4microbiome} | R Documentation |
Plots Tucker Congruence Coefficients of randomly initialized models.
Description
Plots Tucker Congruence Coefficients of randomly initialized models.
Usage
plotModelTCCs(models)
Arguments
models |
Models list output of |
Value
Plot of TCCs
Examples
processedFujita = processDataCube(Fujita2023, sparsityThreshold=0.99, centerMode=1, scaleMode=2)
models = parafac(processedFujita$data, 3, nstart=10, output="all")
plotModelTCCs(models)
[Package parafac4microbiome version 1.0.3 Index]