Show / Hide Table of Contents

    Class IndependenceOptions

    Options governing independence and conditional independence tests.

    Inheritance
    System.Object
    IndependenceOptions
    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)
    Namespace: BayesServer.Learning.Structure.Independence
    Assembly: BayesServer.Learning.Structure.dll
    Syntax
    [TypeConverter(typeof(ExpandableObjectConverter))]
    public sealed class IndependenceOptions : INotifyPropertyChanged

    Properties

    SignificanceLevel

    Gets or sets the significance level used to accept or reject (conditional) independence tests.

    Declaration
    public double SignificanceLevel { get; set; }
    Property Value
    Type Description
    System.Double
    Remarks

    Statistical (conditional) independence tests return a p-value. The null hypothesis is that two nodes are (conditionally) independent. This is rejected if the p-value is less than the BayesServer.Learning.Structure.IndependenceOptions.SignificanceLevel.

    What this means is that links are more likely with higher significance levels.

    A value of 0.05 or 0.01 is usually assumed.

    Methods

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    System.String
    Overrides
    System.Object.ToString()

    Events

    PropertyChanged

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

    Implements

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