View source: R/bestAICsearch.R
bestAICsearch | R Documentation |
best AIC search
bestAICsearch(
binaryMatrix,
minK = 2,
maxK = 5,
chiVec = c(0.001, 0.5, 1, 2, 3),
startseed = 100,
nIterations = 50,
AICrange = 100,
plot_heatmap = TRUE
)
binaryMatrix |
Data to be clustered |
minK |
Min number of clusters |
maxK |
Max number of clusters |
chiVec |
Vector of chi values |
startseed |
Seed |
nIterations |
Number of iterations |
AICrange |
AIC range |
plot_heatmap |
TRUE if plotting directly |
list of AIC scrores
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.