bestAICsearch {clustNet} | R Documentation |
bestAICsearch
Description
best AIC search
Usage
bestAICsearch(
binaryMatrix,
minK = 2,
maxK = 5,
chiVec = c(0.001, 0.5, 1, 2, 3),
startseed = 100,
nIterations = 50,
AICrange = 100,
plot_heatmap = TRUE
)
Arguments
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 |
Value
list of AIC scrores
[Package clustNet version 1.2.0 Index]