Show / Hide Table of Contents

    Class DistributerContext

    Contains contextual information about the process/iteration being distributed.

    Inheritance
    System.Object
    DistributerContext
    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 DistributerContext

    Properties

    Name

    Gets the name of the process/iteration being distributed.

    Declaration
    public string Name { get; }
    Property Value
    Type Description
    System.String
    Back to top Copyright Bayes Server Ltd. All rights Reserved.