Interface IJaggedVariableArray<TItem>
Interface to a jagged array of variables.
Inherited Members
Namespace: Microsoft.ML.Probabilistic.Models
Assembly: Microsoft.ML.Probabilistic.Compiler.dll
Syntax
public interface IJaggedVariableArray<TItem> : IVariableArray, IVariable, IModelExpression, HasObservedValue
Type Parameters
| Name | Description |
|---|---|
| TItem |
Properties
Item[IModelExpression]
Sets/Gets element in array given by index expression
Declaration
TItem this[IModelExpression index] { get; set; }
Parameters
| Type | Name | Description |
|---|---|---|
| IModelExpression | index |
Property Value
| Type | Description |
|---|---|
| TItem |
Range
Range for variable array
Declaration
Range Range { get; }
Property Value
| Type | Description |
|---|---|
| Range |