Show / Hide Table of Contents

    Class CombinationOptions

    Determines which combinations are generated by Combinations.

    Inheritance
    System.Object
    CombinationOptions
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: BayesServer.Analysis
    Assembly: BayesServer.Analysis.dll
    Syntax
    public sealed class CombinationOptions

    Properties

    EnumerateAllMissing

    Gets or sets a value which indicates whether the combination where all states are null/missing should be included in the enumeration.

    Declaration
    public bool EnumerateAllMissing { get; set; }
    Property Value
    Type Description
    System.Boolean

    EnumerateMissing

    Gets or sets a value which indicates whether null/missing values should be enumerated in addition to each state.

    Declaration
    public bool EnumerateMissing { get; set; }
    Property Value
    Type Description
    System.Boolean
    Back to top Copyright Bayes Server Ltd. All rights Reserved.