Search Results for

    Show / Hide Table of Contents

    Interface IVariableJaggedArray

    Interface to a jagged array of variables

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

    Properties

    ItemPrototype

    Item prototype

    Declaration
    IVariable ItemPrototype { get; }
    Property Value
    Type Description
    IVariable
    In This Article
    Back to top Copyright © .NET Foundation. All rights reserved.