Class JaggedSubarrayOp_NoDivide<T>
Inheritance
JaggedSubarrayOp_NoDivide<T>
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
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 |
|