Show / Hide Table of Contents

    Class ClusteringLinkOutput

    Contains information about a new link learnt using the ClusteringStructuralLearning algorithm.

    Inheritance
    System.Object
    ClusteringLinkOutput
    Implements
    ILinkOutput
    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.Clustering
    Assembly: BayesServer.Learning.Structure.dll
    Syntax
    public sealed class ClusteringLinkOutput : ILinkOutput

    Properties

    Link

    Gets the new link.

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

    Implements

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