DistributionRefArray2D<T, DomainType>
DistributionRefArray2D()
DistributionRefArray2D(Int32, Int32)
DistributionRefArray2D(T[,])
DistributionRefArray2D(Int32, Int32, T[])
DistributionRefArray2D(T, Int32, Int32)
DistributionRefArray2D(Array2D<T>)
DistributionRefArray2D(Int32, Int32, Func<Int32, Int32, T>)
Clone()
CopyTo(T[,])
CopyTo(T[], Int32)
GetAverageLog(DistributionRefArray2D<T, DomainType>)
GetLogAverageOf(DistributionRefArray2D<T, DomainType>)
GetLogAverageOfPower(DistributionRefArray2D<T, DomainType>, Double)
InitializeTo(T)
InitializeTo(T[,])
Sample(DomainType[,])
SetAllElementsTo(T)
SetItemsOf(T[,])
SetItemsOf(T[], Int32)
SetTo(T[,])
SetTo(DistributionRefArray2D<T, DomainType>)
SetToPower(DistributionRefArray2D<T, DomainType>, Double)
SetToProduct(DistributionRefArray2D<T, DomainType>, DistributionRefArray2D<T, DomainType>)
SetToRatio(DistributionRefArray2D<T, DomainType>, DistributionRefArray2D<T, DomainType>, Boolean)
SetToSum(Double, DistributionRefArray2D<T, DomainType>, Double, DistributionRefArray2D<T, DomainType>)
netcoreapp3.0
namespace Microsoft.ML.Probabilistic.Distributions
{
[DataContract]
[Quality(QualityBand.Mature)]
public class DistributionRefArray2D<T, DomainType> : DistributionArray2D<T, DomainType>, CanGetAverageLog<DistributionRefArray2D<T, DomainType>>, CanGetLogAverageOf<DistributionRefArray2D<T, DomainType>>, CanGetLogAverageOfPower<DistributionRefArray2D<T, DomainType>>, SettableTo<DistributionRefArray2D<T, DomainType>>, SettableToPower<DistributionRefArray2D<T, DomainType>>, SettableToProduct<DistributionRefArray2D<T, DomainType>>, SettableToProduct<DistributionRefArray2D<T, DomainType>, DistributionRefArray2D<T, DomainType>>, SettableToRatio<DistributionRefArray2D<T, DomainType>>, SettableToRatio<DistributionRefArray2D<T, DomainType>, DistributionRefArray2D<T, DomainType>>, SettableToWeightedSum<DistributionRefArray2D<T, DomainType>>
where T, class, CanGetAverageLog<T>, CanGetLogAverageOf<T>, CanGetLogAverageOfPower<T>, IDistribution<DomainType>, Sampleable<DomainType>, SettableToUniform, Diffable, SettableTo<T>, SettableToPower<T>, SettableToProduct<T>, SettableToRatio<T>, SettableToWeightedSum<T>, ICloneable
{
protected void SetItemsOf(T[] array, int arrayIndex);
}
}
.NET | 5.06.07.08.09.010.0 |
---|---|
.NET Core | 2.02.12.23.03.1 |
.NET Framework | 4.6.14.6.24.74.7.14.7.24.84.8.1 |
.NET Standard | 2.02.1 |
Information specific to netcoreapp3.0 | |
Assembly | Microsoft.ML.Probabilistic , Version=0.4.2403.801, PublicKeyToken=e4813102a62778da |
Referencing | Your project needs a package reference to |
Package | Microsoft.ML.Probabilistic (0.4.2403.801) netstandard2.0 |
Platform Restrictions | This framework does not have platform annotations. |
- Built-in API
- Package-provided API