Search Results for

    Show / Hide Table of Contents

    Interface HasObservedValue

    Interface for a variable to have an observed value

    Namespace: Microsoft.ML.Probabilistic.Models
    Assembly: Microsoft.ML.Probabilistic.Compiler.dll
    Syntax
    public interface HasObservedValue

    Properties

    IsObserved

    Returns true if the variable is observed.

    Declaration
    bool IsObserved { get; }
    Property Value
    Type Description
    Boolean

    ObservedValue

    Observed value property

    Declaration
    object ObservedValue { get; set; }
    Property Value
    Type Description
    Object
    In This Article
    Back to top Copyright © .NET Foundation. All rights reserved.