Show / Hide Table of Contents

    Class PCStructuralLearningProgressInfo

    Progress information returned from the PC structural learning algorithm.

    Inheritance
    System.Object
    PCStructuralLearningProgressInfo
    Implements
    IStructuralLearningProgressInfo
    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.Learning.Structure.PC
    Assembly: BayesServer.Learning.Structure.dll
    Syntax
    public sealed class PCStructuralLearningProgressInfo : IStructuralLearningProgressInfo

    Properties

    Message

    Gets a progress message.

    Declaration
    public string Message { get; }
    Property Value
    Type Description
    System.String

    Implements

    IStructuralLearningProgressInfo
    Back to top Copyright Bayes Server Ltd. All rights Reserved.