Search Results for

    Show / Hide Table of Contents

    Interface HasItemVariables

    Interface for an object having item variables

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

    Methods

    GetItemsUntyped()

    Gets the items

    Declaration
    Dictionary<IReadOnlyList<IModelExpression>, IVariable> GetItemsUntyped()
    Returns
    Type Description
    Dictionary<IReadOnlyList<IModelExpression>, IVariable>
    In This Article
    Back to top Copyright © .NET Foundation. All rights reserved.