maxent_toolbox

Maximum Entropy toolbox for MATLAB

View the Project on GitHub orimaoz/maxent_toolbox

maxent.getNumFactors

Description

Returns the number of factors (parameters) of a maximum entropy model.

Usage

nfactors = maxent.getNumFactors(model)

Arguments

Mandatory arguments

  • model - Maximum entropy model as returned by the trainModel function.

Output

  • nfactors - number of factors (parameters) that the model has.