Show / Hide Table of Contents

    Class HierarchicalStructuralLearningProgressInfo

    Progress information returned from the Hierarchical structural learning algorithm.

    Inheritance
    System.Object
    HierarchicalStructuralLearningProgressInfo
    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.Hierarchical
    Assembly: BayesServer.Learning.Structure.dll
    Syntax
    public sealed class HierarchicalStructuralLearningProgressInfo : 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.