Uses of Class
com.bayesserver.inference.InterventionType
-
Packages that use InterventionType Package Description com.bayesserver.inference com.bayesserver.optimization -
-
Uses of InterventionType in com.bayesserver.inference
Methods in com.bayesserver.inference that return InterventionType Modifier and Type Method Description InterventionTypeEvidenceTypes. getInterventionType()Gets theInterventionType.static InterventionTypeInterventionType. valueOf(String name)Returns the enum constant of this type with the specified name.static InterventionType[]InterventionType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.bayesserver.inference with parameters of type InterventionType Modifier and Type Method Description voidDefaultEvidence. set(Variable variable, Double value, Integer time, InterventionType interventionType)Sets evidence on the variable, in the form of an intervention (do-operator).voidEvidence. set(Variable variable, Double value, Integer time, InterventionType interventionType)Sets evidence on the variable, in the form of an intervention (do-operator).voidEvidenceTypes. setInterventionType(InterventionType value)Sets theInterventionType.voidDefaultEvidence. setState(State state, Integer time, InterventionType interventionType)Sets evidence on a discrete state (hard evidence), in the form of an intervention (do-operator).voidEvidence. setState(State state, Integer time, InterventionType interventionType)Sets evidence on a discrete state (hard evidence), in the form of an intervention (do-operator). -
Uses of InterventionType in com.bayesserver.optimization
Methods in com.bayesserver.optimization that return InterventionType Modifier and Type Method Description InterventionTypeDesignVariable. getInterventionType()Determines the evidence intervention type for this variable.Methods in com.bayesserver.optimization with parameters of type InterventionType Modifier and Type Method Description voidDesignVariable. setInterventionType(InterventionType value)Determines the evidence intervention type for this variable.Constructors in com.bayesserver.optimization with parameters of type InterventionType Constructor Description DesignVariable(Variable variable, Double lowerBound, Double upperBound, boolean allowMissing, InterventionType interventionType)Initializes a new instance of theDesignVariableclass, automatically generating the necessary design states.DesignVariable(Variable variable, List<DesignState> designStates, DesignEvidenceKind evidenceKind, boolean allowMissing, InterventionType interventionType)Initializes a new instance of theDesignVariableclass.
-