Class StringFormatOp_RequireEveryPlaceholder_NoArgumentNames
An implementation of message passing operations for the string formatting factor that does not support argument names and requires every argument placeholder to be present in a format string.
Inheritance
StringFormatOp_RequireEveryPlaceholder_NoArgumentNames
Inherited Members
Namespace: Microsoft.ML.Probabilistic.Factors
Assembly: Microsoft.ML.Probabilistic.dll
Syntax
[Quality(QualityBand.Experimental)]
[FactorMethod(typeof(Factor), "StringFormat", new Type[]{}, Default = true)]
public class StringFormatOp_RequireEveryPlaceholder_NoArgumentNames : StringFormatOpBase_NoArgumentNames<StringFormatOp_RequireEveryPlaceholder>