Search Results for

    Show / Hide Table of Contents

    Class AbductionOptions

    Options for BayesServer.Causal.Counterfactuals.Abduction.Update.

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

    Properties

    InferenceFactory

    Used to create an inference engine, to determine the values for the characterstic variables.

    Declaration
    [Browsable(false)]
    public IInferenceFactory InferenceFactory { get; set; }
    Property Value
    Type Description
    IInferenceFactory

    RemoveAbductionEvidence

    Gets or sets a value which when true removes the abduction evidence, after updating the characteristic variables.

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

    Events

    PropertyChanged

    Declaration
    public event PropertyChangedEventHandler PropertyChanged
    Event Type
    Type Description
    System.ComponentModel.PropertyChangedEventHandler

    Implements

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