IsGreaterThanOp
AAverageConditional(Bernoulli, Discrete, Discrete)
AAverageConditional(Bernoulli, Int32, Discrete)
AAverageConditional(Bernoulli, Poisson, Int32)
AAverageConditional(Boolean, Discrete, Discrete)
AAverageConditional(Boolean, Int32, Discrete)
AAverageLogarithm(Bernoulli, Discrete, Discrete)
AAverageLogarithm(Bernoulli, Int32, Discrete)
AAverageLogarithm(Boolean, Discrete, Discrete)
AAverageLogarithm(Boolean, Int32, Discrete)
AverageLogFactor(Bernoulli, Discrete, Discrete)
AverageLogFactor(Bernoulli, Discrete, Int32)
AverageLogFactor(Bernoulli, Int32, Discrete)
AverageLogFactor(Bernoulli, Int32, Int32)
AverageLogFactor(Boolean, Discrete, Discrete)
AverageLogFactor(Boolean, Discrete, Int32)
AverageLogFactor(Boolean, Int32, Discrete)
AverageLogFactor(Boolean, Int32, Int32)
BAverageConditional(Bernoulli, Discrete, Discrete)
BAverageConditional(Bernoulli, Int32, Discrete)
BAverageConditional(Bernoulli, Int32, Poisson)
BAverageConditional(Boolean, Discrete, Discrete)
BAverageConditional(Boolean, Int32, Discrete)
BAverageLogarithm(Bernoulli, Discrete, Discrete)
BAverageLogarithm(Bernoulli, Int32, Discrete)
BAverageLogarithm(Boolean, Discrete, Discrete)
BAverageLogarithm(Boolean, Int32, Discrete)
IsGreaterThanAverageConditional(Binomial, Int32)
IsGreaterThanAverageConditional(Discrete, Discrete)
IsGreaterThanAverageConditional(Discrete, Int32)
IsGreaterThanAverageConditional(Int32, Binomial)
IsGreaterThanAverageConditional(Int32, Discrete)
IsGreaterThanAverageConditional(Int32, Poisson)
IsGreaterThanAverageConditional(Poisson, Int32)
IsGreaterThanAverageLogarithm(Discrete, Discrete)
IsGreaterThanAverageLogarithm(Discrete, Int32)
IsGreaterThanAverageLogarithm(Int32, Discrete)
LogAverageFactor(Bernoulli, Discrete, Bernoulli)
LogAverageFactor(Bernoulli, Int32, Int32)
LogAverageFactor(Boolean, Discrete, Discrete)
LogAverageFactor(Boolean, Discrete, Int32)
LogAverageFactor(Boolean, Int32, Discrete)
LogAverageFactor(Boolean, Int32, Int32)
LogAverageFactor(Bernoulli, Int32, Discrete, Bernoulli)
LogEvidenceRatio(Bernoulli)
LogEvidenceRatio(Boolean, Discrete, Discrete)
LogEvidenceRatio(Boolean, Discrete, Int32)
LogEvidenceRatio(Boolean, Int32, Discrete)
LogEvidenceRatio(Boolean, Int32, Int32)
netstandard2.0
namespace Microsoft.ML.Probabilistic.Factors
{
[FactorMethod(typeof(Factor), "IsGreaterThan", new[] { typeof(int), typeof(int) })]
[Quality(QualityBand.Preview)]
public static class IsGreaterThanOp
{
public static Discrete AAverageLogarithm(bool isGreaterThan, int b, Discrete result);
}
}
.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 netstandard2.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