Show / Hide Table of Contents

    Class DSeparationTestResult

    The result of a D-Separation check for a test node.

    Inheritance
    System.Object
    DSeparationTestResult
    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 DSeparationTestResult

    Properties

    Category

    The test result.

    Declaration
    public DSeparationCategory Category { get; }
    Property Value
    Type Description
    DSeparationCategory

    Node

    The test node.

    Declaration
    public Node Node { get; }
    Property Value
    Type Description
    Node

    Time

    The zero based time at which the test was performed, or null if the node is not temporal.

    Declaration
    public int? Time { get; }
    Property Value
    Type Description
    System.Nullable<System.Int32>
    Back to top Copyright Bayes Server Ltd. All rights Reserved.