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 | 
  |