Search Results for

    Show / Hide Table of Contents

    Class HierarchicalStructuralLearningOutput

    Contains information returned from the HierarchicalStructuralLearning algorithm.

    Inheritance
    System.Object
    HierarchicalStructuralLearningOutput
    Implements
    IStructuralLearningOutput
    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 HierarchicalStructuralLearningOutput : IStructuralLearningOutput

    Properties

    LinkOutputs

    Gets information about any new links added during the learning process.

    Declaration
    public IList<ILinkOutput> LinkOutputs { get; }
    Property Value
    Type Description
    System.Collections.Generic.IList<ILinkOutput>

    Implements

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