Uses of Class
com.bayesserver.optimization.DesignEvidenceKind
-
Packages that use DesignEvidenceKind Package Description com.bayesserver.optimization -
-
Uses of DesignEvidenceKind in com.bayesserver.optimization
Methods in com.bayesserver.optimization that return DesignEvidenceKind Modifier and Type Method Description DesignEvidenceKind
DesignVariable. getEvidenceKind()
Determines whether the optimizer uses hard or soft/virtual evidence for this variable.static DesignEvidenceKind
DesignEvidenceKind. valueOf(String name)
Returns the enum constant of this type with the specified name.static DesignEvidenceKind[]
DesignEvidenceKind. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.bayesserver.optimization with parameters of type DesignEvidenceKind Modifier and Type Method Description void
DesignVariable. setEvidenceKind(DesignEvidenceKind value)
Determines whether the optimizer uses hard or soft/virtual evidence for this variable.Constructors in com.bayesserver.optimization with parameters of type DesignEvidenceKind Constructor Description DesignVariable(Variable variable, List<DesignState> designStates, DesignEvidenceKind evidenceKind, boolean allowMissing, InterventionType interventionType)
Initializes a new instance of theDesignVariable
class.
-