Class CollectionElementMappingInfo
Element mapping information for the product of collection distributions
Inherited Members
Namespace: Microsoft.ML.Probabilistic.Distributions
Assembly: Microsoft.ML.Probabilistic.dll
Syntax
public class CollectionElementMappingInfo
Constructors
CollectionElementMappingInfo(List<Tuple<List<Int32>, List<Int32>>>)
Declaration
public CollectionElementMappingInfo(List<Tuple<List<int>, List<int>>> elementMapping)
Parameters
Type | Name | Description |
---|---|---|
List<Tuple<List<Int32>, List<Int32>>> | elementMapping |
Properties
ElementMapping
The evidence associated with the elements of collection distribution
Declaration
public List<Tuple<List<int>, List<int>>> ElementMapping { get; }
Property Value
Type | Description |
---|---|
List<Tuple<List<Int32>, List<Int32>>> |