Class AssociationOptions
Options that affect the link strength algorithm.
Inheritance
System.Object
    AssociationOptions
  Implements
System.ComponentModel.INotifyPropertyChanged
  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 AssociationOptions : INotifyPropertyChanged
  Properties
InferenceFactory
Gets or sets the inference factory used for link strength calculations.
Declaration
public IInferenceFactory InferenceFactory { get; set; }
  Property Value
| Type | Description | 
|---|---|
| IInferenceFactory | 
Events
PropertyChanged
Declaration
public event PropertyChangedEventHandler PropertyChanged
  Event Type
| Type | Description | 
|---|---|
| System.ComponentModel.PropertyChangedEventHandler | 
Implements
      System.ComponentModel.INotifyPropertyChanged