Search Results for

    Show / Hide Table of Contents

    Interface IModelExpression

    Interface to a modelling expression, such as a constant, variable or parameter.

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

    Properties

    Name

    Expression name

    Declaration
    string Name { get; }
    Property Value
    Type Description
    String

    Methods

    GetExpression()

    Get the code model expression

    Declaration
    IExpression GetExpression()
    Returns
    Type Description
    IExpression
    In This Article
    Back to top Copyright © .NET Foundation. All rights reserved.