The list of expected arg types (may be TAny)
The list of expected arg types (may be TAny)
Generate a best guess for a variable represented by this model.
Generate a best guess for a variable represented by this model.
The index of the variable family to generate a best guess for
The skolem identifier for the specific variable to generate a best guess for
A primitive value representing the best guess value.
Return confidence on a scale of 0 to 1
Return confidence on a scale of 0 to 1
The index of the variable family to record feedback for
The skolem identifier for the specific variable to record feedback for
The confidence value
Record feedback given as the "correct" value for a variable represented by this model
Record feedback given as the "correct" value for a variable represented by this model
The index of the variable family to record feedback for
The skolem identifier for the specific variable to record feedback for
The correct value for the parameter
The list of expected hint types (may be TAny)
The list of expected hint types (may be TAny)
Determine whether a variable represented by this model has been acknowledged or not
Determine whether a variable represented by this model has been acknowledged or not
The index of the variable family to check acknowledgement of
The skolem identifier for the specific variable to check acknowledgement of
True if the variable has been acknowledged
Generate a human-readable explanation for the uncertainty captured by this model.
Generate a human-readable explanation for the uncertainty captured by this model.
The index of the variable family to explain
The skolem identifier for the specific variable to explain
A string reason explaining the uncertainty in this model
Generate a sample from the distribution of a variable represented by this model.
Generate a sample from the distribution of a variable represented by this model.
The index of the variable family to generate a sample for
A java.util.Random to use when generating the sample (pre-seeded)
The skolem identifier for the specific variable to generate a sample for
A primitive value representing the generated sample
Generate a sample from the distribution of a variable represented by this model.
Generate a sample from the distribution of a variable represented by this model.
The index of the variable family to generate a sample for
The global world identifier (seed) to sample from
The skolem identifier for the specific variable to generate a sample for
A primitive value representing the generated sample
Encode the model for persistence to disk/the database
Encode the model for persistence to disk/the database
A 2-tuple including the serialized encoding, and the name of a deserializer to use when decoding the encoding.
A string representation of this model
A string representation of this model
Infer the type of the model from the types of the inputs
Infer the type of the model from the types of the inputs
The type of the value returned by this model
A model representing a key-repair choice.
The index is ignored. The one argument is a value for the key. The return value is an integer identifying the ordinal position of the selected value, starting with 0.