igraph (version 1.0.0)

getAICc: Compute AIC based on a Poisson Approximation using the output from gclust

Description

Compute and Extract information Criteria Value from gclust using a Poisson approximation, where the penality term is adjusted for small sample cases.

Usage

getAICc(gfit)

Arguments

gfit
The output from a call to gclust.rsvt or gclust.app

Value

  • nclustNumber of clusters being considered
  • negloglikpartNegative log likelihood part
  • parampartParameter penalty term
  • AICAIC Value Using a Possion approximation

concept

Compute Information Criteria Value Using a Poisson Approximation

Examples

Run this code
require(NMF)
require(irlba)
require(igraph)

Run the code above in your browser using DataLab