EntropyState#
- class graph_tool.inference.EntropyState(entropy_args={})[source]#
Bases:
ABC
Base state that implements entropy arguments.
Methods
Return the current default values for the parameters of the function
entropy()
, together with other operations that depend on them.Reset the current default values for the parameters of the function
entropy()
, together with other operations that depend on them.update_entropy_args
(**kwargs)Update the default values for the parameters of the function
entropy()
from the keyword arguments, in a stateful way, together with other operations that depend on them.- get_entropy_args()[source]#
Return the current default values for the parameters of the function
entropy()
, together with other operations that depend on them.