Show / Hide Table of Contents

    Class DistributedMapperContext

    Contains information used during distributed parameter learning.

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

    Properties

    Network

    Gets the Network that is being learnt by the distributed process.

    Declaration
    public Network Network { get; }
    Property Value
    Type Description
    Network
    Remarks

    This will not be the same reference as the original network, as it may be processed on a different machine.

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