Search Results for

    Show / Hide Table of Contents

    Enum LinkConstraintFailureMode

    Determines the action taken if a link constraint cannot be honoured.

    Namespace: BayesServer.Learning.Structure
    Assembly: BayesServer.Learning.Structure.dll
    Syntax
    public enum LinkConstraintFailureMode

    Fields

    Name Description
    Ignore

    If the link constraint cannot be honoured, ignore and continue.

    ThrowException

    If the link constraint cannot be honoured, throw an exception.

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