SparseDistributionList<TDist, TDomain, TThis>
SparseDistributionList()
Dimension
IsPointMass
Point
Clone()
Constant(Int32, TDist)
Constant(Int32, TDist, Double)
FromSize(Int32)
FromSize(Int32, Double)
FromSparseList(ISparseList<TDist>)
FromSparseList(ISparseList<TDist>, Double)
FromSparseValues(Int32, TDist, List<ValueAtIndex<TDist>>)
FromSparseValues(Int32, TDist, List<ValueAtIndex<TDist>>, Double)
GetAverageLog(TThis)
GetLogAverageOf(TThis)
GetLogAverageOfPower(TThis, Double)
GetLogProb(ISparseList<TDomain>)
GetMean()
GetVariance()
IsUniform()
MaxDiff(Object)
Sample()
Sample(ISparseList<TDomain>)
SetTo(TThis)
SetToPower(TThis, Double)
SetToProduct(TThis, TThis)
SetToRatio(TThis, TThis, Boolean)
SetToSum(Double, TThis, Double, TThis)
SetToUniform()
xamarinwatchos
namespace Microsoft.ML.Probabilistic.Distributions
{
[DataContract]
public abstract class SparseDistributionList<TDist, TDomain, TThis> : ApproximateSparseList<TDist>, CanGetAverageLog<TThis>, CanGetLogAverageOf<TThis>, CanGetLogAverageOfPower<TThis>, CanGetLogProb<ISparseList<TDomain>>, CanGetMean<ISparseList<double>>, CanGetVariance<ISparseList<double>>, HasPoint<ISparseList<TDomain>>, IDistribution, IDistribution<ISparseList<TDomain>>, Sampleable<ISparseList<TDomain>>, SettableToUniform, Diffable, SettableTo<TThis>, SettableToPower<TThis>, SettableToProduct<TThis>, SettableToProduct<TThis, TThis>, SettableToRatio<TThis>, SettableToRatio<TThis, TThis>, SettableToWeightedSum<TThis>, ICloneable
where TDist, struct, CanGetAverageLog<TDist>, CanGetLogAverageOf<TDist>, CanGetLogAverageOfPower<TDist>, CanGetMean<double>, CanGetVariance<double>, IDistribution<TDomain>, Sampleable<TDomain>, SettableToUniform, Diffable, SettableToPower<TDist>, SettableToProduct<TDist>, SettableToRatio<TDist>, SettableToWeightedSum<TDist>
where TThis, new(), SparseDistributionList<TDist, TDomain, TThis>
{
[Construction(new[] { "Count", "CommonValue", "SparseValues", "Tolerance" })]
public static TThis FromSparseValues(int size, TDist commonValue, List<ValueAtIndex<TDist>> sortedSparseValues, double tolerance);
}
}
.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 xamarinwatchos | |
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