Class StringCapitalizedOfMinMaxLengthOp
Provides outgoing messages for StringCapitalized(Int32, Int32), given random arguments to the function.
Inherited Members
Namespace: Microsoft.ML.Probabilistic.Factors
Assembly: Microsoft.ML.Probabilistic.dll
Syntax
[FactorMethod(typeof(Factor), "StringCapitalized", new Type[]{typeof(int), typeof(int)})]
[Quality(QualityBand.Experimental)]
public static class StringCapitalizedOfMinMaxLengthOp
Methods
StrAverageConditional(Int32, Int32)
EP message to str
.
Declaration
public static StringDistribution StrAverageConditional(int minLength, int maxLength)
Parameters
Type | Name | Description |
---|---|---|
Int32 | minLength | Constant value for |
Int32 | maxLength | Constant value for |
Returns
Type | Description |
---|---|
StringDistribution | The outgoing EP message to the |
Remarks
The outgoing message is the factor viewed as a function of str
conditioned on the given values.