gammaTest | R Documentation |
Test a range of values for the parameter, n
, which represents an upper bound on the number of clusters to find. Optimal clustering is achieved at the parameter that minimizes the modified partition entropy.
gammaTest(start, end, gm, maxiter = 200)
start |
the lower bound of the tested range. |
end |
the upper bound of the tested range. |
gm |
the output of a |
maxiter |
the maximum iterations of the clustering algorithm for each test. |
A plot where a blue star indicates the minimum. A red "x" denotes a test where convergence was not reached before the maximum iterations.
Anooj Arkatkar
gammaCluster
data(foldChange) gm <- gelMatrix(foldChange) gammaTest(2, 15, gm)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.