Navigation
index
modules
|
next
|
previous
|
Numpy and Scipy Documentation
»
SciPy v0.7 Reference Guide (DRAFT)
»
Maximum entropy models (
scipy.maxentropy
)
»
scipy.maxentropy.model.reset
¶
model.
reset
(
numfeatures=None
)
¶
Resets the parameters self.params to zero, clearing the cache variables dependent on them. Also resets the number of function and gradient evaluations to zero.
Previous topic
scipy.maxentropy.model.normconst
Next topic
scipy.maxentropy.model.setcallback
This Page
Show Source
Edit page
Quick search
Navigation
index
modules
|
next
|
previous
|
Numpy and Scipy Documentation
»
SciPy v0.7 Reference Guide (DRAFT)
»
Maximum entropy models (
scipy.maxentropy
)
»