Interface CanGetContainers
Interface for getting list of containers
Namespace: Microsoft.ML.Probabilistic.Models
Assembly: Microsoft.ML.Probabilistic.Compiler.dll
Syntax
public interface CanGetContainers
Methods
GetContainers<T>()
Get list of containers for a variable
Declaration
List<T> GetContainers<T>()
Returns
| Type | Description |
|---|---|
| List<T> |
Type Parameters
| Name | Description |
|---|---|
| T | Type of variable |