Class StringCapitalizedOfMinLengthOp
Provides outgoing messages for StringCapitalized(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)})]
[Quality(QualityBand.Experimental)]
public static class StringCapitalizedOfMinLengthOpMethods
StrAverageConditional(Int32)
EP message to str.
Declaration
public static StringDistribution StrAverageConditional(int minLength)Parameters
| Type | Name | Description | 
|---|---|---|
| Int32 | minLength | 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.