This is documentation for an old release of SciPy (version 0.10.0). Read this page in the documentation of the latest stable release (version 1.15.1).

scipy.maxentropy.model.setparams

model.setparams(params)

Set the parameter vector to params, replacing the existing parameters. params must be a list or numpy array of the same length as the model’s feature vector f.

Previous topic

scipy.maxentropy.model.setfeaturesandsamplespace

Next topic

scipy.maxentropy.model.setsmooth

This Page