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.