Search Results for

    Show / Hide Table of Contents

    Class CollectionElementMappingInfo

    Element mapping information for the product of collection distributions

    Inheritance
    Object
    CollectionElementMappingInfo
    Inherited Members
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    Object.ToString()
    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>>>
    In This Article
    Back to top Copyright © .NET Foundation. All rights reserved.