getAICc {igraph} | R Documentation |
gclust
Compute and Extract information Criteria Value from gclust
using a Poisson
approximation, where the penality term is adjusted for small sample cases.
getAICc(gfit)
gfit |
The output from a call to |
nclust |
Number of clusters being considered |
negloglikpart |
Negative log likelihood part |
parampart |
Parameter penalty term |
AIC |
AIC Value Using a Possion approximation |
Nam Lee nhlee@jhu.edu
require(NMF) require(irlba) require(igraph)