Search Results for

    Show / Hide Table of Contents

    Class JaggedSubarrayOp_NoDivide<T>

    Inheritance
    Object
    JaggedSubarrayOp_NoDivide<T>
    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.Factors
    Assembly: Microsoft.ML.Probabilistic.dll
    Syntax
    [FactorMethod(typeof(Collection), "JaggedSubarray<>", new Type[]{}, Default = false)]
    [Quality(QualityBand.Experimental)]
    public static class JaggedSubarrayOp_NoDivide<T>
    Type Parameters
    Name Description
    T

    Methods

    ItemsAverageConditional<DistributionType, ArrayType, ItemType>(ArrayType, IReadOnlyList<DistributionType>, IList<Int32[]>, IList<DistributionType>, ArrayType)

    Declaration
    public static ArrayType ItemsAverageConditional<DistributionType, ArrayType, ItemType>(ArrayType items, [SkipIfAllUniform] IReadOnlyList<DistributionType> array, IList<int[]> indices, IList<DistributionType> to_array, ArrayType result)
        where DistributionType : SettableToProduct<DistributionType>, SettableToRatio<DistributionType> where ArrayType : IList<ItemType> where ItemType : IList<DistributionType>
    Parameters
    Type Name Description
    ArrayType items
    IReadOnlyList<DistributionType> array
    IList<Int32[]> indices
    IList<DistributionType> to_array
    ArrayType result
    Returns
    Type Description
    ArrayType
    Type Parameters
    Name Description
    DistributionType
    ArrayType
    ItemType
    In This Article
    Back to top Copyright © .NET Foundation. All rights reserved.