Class StringFormatOp_AllowMissingPlaceholders
An implementation of message passing operations for the string formatting factor that supports argument names and does not require every argument placeholder to be present in a format string.
Inheritance
StringFormatOp_AllowMissingPlaceholders
Inherited Members
Namespace: Microsoft.ML.Probabilistic.Factors
Assembly: Microsoft.ML.Probabilistic.dll
Syntax
[Quality(QualityBand.Experimental)]
public class StringFormatOp_AllowMissingPlaceholders : StringFormatOpBase<StringFormatOp_AllowMissingPlaceholders>