Enum ImpactSubsetMethod
Determines how subsets are determined during impact analysis.
Namespace: BayesServer.Analysis
Assembly: BayesServer.Analysis.dll
Syntax
public enum ImpactSubsetMethod
Fields
Name | Description |
---|---|
Exclude | The maximum subset size is the maximum size of the subset of evidence being analyzed that is excluded. |
Include | The maximum subset size is the maximum size of the subset of evidence being analyzed. |