Class StringFormatOp_AllowMissingPlaceholders_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_AllowMissingPlaceholders_NoArgumentNames
Inherited Members
Namespace: Microsoft.ML.Probabilistic.Factors
Assembly: Microsoft.ML.Probabilistic.dll
Syntax
[Quality(QualityBand.Experimental)]
[FactorMethod(typeof(Factor), "StringFormat", new Type[]{}, Default = false)]
public class StringFormatOp_AllowMissingPlaceholders_NoArgumentNames : StringFormatOpBase_NoArgumentNames<StringFormatOp_AllowMissingPlaceholders>