maxent_toolbox

Maximum Entropy toolbox for MATLAB

View the Project on GitHub orimaoz/maxent_toolbox

maxent.getFactors

Description

Returns the factors (parameters) of a maximum entropy model as an array.

Usage

factors = maxent.getFactors(model)

Arguments

Mandatory arguments

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

Output

  • factors - model parameters as an array of type double.