maxent_toolbox

Maximum Entropy toolbox for MATLAB

View the Project on GitHub orimaoz/maxent_toolbox

maxent.setFactors

Description

Sets the factors (parameters) of a maximum entropy model..

Usage

model = setFactors(model,factors)

Arguments

Mandatory arguments

  • model - Maximum entropy model as returned by the trainModel function.
  • factors - Maximum entropy model factors (parameters) as returned by the getFactors function. This should be an array of type double and the same length as returned by getNumFactors.

Output

  • model - model structure with updated factors.