Search Results for

    Show / Hide Table of Contents

    Class ParameterCountOptions

    Options for ParameterCounter.

    Inheritance
    System.Object
    ParameterCountOptions
    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
    Assembly: BayesServer.dll
    Syntax
    public sealed class ParameterCountOptions

    Properties

    ExcludeNullDistributions

    Gets or sets a value indicating whether null distributions are excluded from the parameter count.

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

    true if null distributions should be excluded; otherwise, false.

    In This Article
    Back to top Copyright Bayes Server Ltd. All rights Reserved.