pydruglogics.input.ModelOutputs
Handles model outputs for each node, including loading from file or dictionary, computing min/max output, and exposing accessors.
- ModelOutputs.get_model_output(node_name)
Get the output weight for a given node.
- ModelOutputs.size()
Return the number of outputs (nodes).
- ModelOutputs.print()
Print the string representation of the ModelOutputs instance.