Search Results for

    Show / Hide Table of Contents

    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
    Object
    StringFormatOpBase<StringFormatOp_AllowMissingPlaceholders>
    StringFormatOp_AllowMissingPlaceholders
    Inherited Members
    StringFormatOpBase<StringFormatOp_AllowMissingPlaceholders>.RequirePlaceholderForEveryArgument
    StringFormatOpBase<StringFormatOp_AllowMissingPlaceholders>.StrAverageConditional(StringDistribution, IReadOnlyList<String>, IReadOnlyList<String>)
    StringFormatOpBase<StringFormatOp_AllowMissingPlaceholders>.StrAverageConditional(StringDistribution, IReadOnlyList<StringDistribution>, IReadOnlyList<String>)
    StringFormatOpBase<StringFormatOp_AllowMissingPlaceholders>.StrAverageConditional_NoValidation(StringDistribution, IReadOnlyList<StringDistribution>, IReadOnlyList<String>)
    StringFormatOpBase<StringFormatOp_AllowMissingPlaceholders>.FormatAverageConditional(StringDistribution, IReadOnlyList<String>, IReadOnlyList<String>)
    StringFormatOpBase<StringFormatOp_AllowMissingPlaceholders>.FormatAverageConditional(StringDistribution, IReadOnlyList<StringDistribution>, IReadOnlyList<String>)
    StringFormatOpBase<StringFormatOp_AllowMissingPlaceholders>.ToStrReverseMessage(StringDistribution, IEnumerable<StringDistribution>, IReadOnlyList<String>)
    StringFormatOpBase<StringFormatOp_AllowMissingPlaceholders>.ComputeToStrReverseMessage(StringDistribution, IEnumerable<StringDistribution>, IReadOnlyList<String>, Boolean)
    StringFormatOpBase<StringFormatOp_AllowMissingPlaceholders>.ArgsAverageConditional<TStringDistributionList>(StringDistribution, StringDistribution, IReadOnlyList<StringDistribution>, IReadOnlyList<String>, TStringDistributionList)
    StringFormatOpBase<StringFormatOp_AllowMissingPlaceholders>.ArgsAverageConditionalBuffered<TStringDistributionList>(StringDistribution, StringDistribution, IReadOnlyList<StringDistribution>, TStringDistributionList)
    StringFormatOpBase<StringFormatOp_AllowMissingPlaceholders>.ArgsAverageConditionalBufferedWithNulls<TStringDistributionList>(StringDistribution, StringDistribution, IReadOnlyList<StringDistribution>, TStringDistributionList)
    StringFormatOpBase<StringFormatOp_AllowMissingPlaceholders>.LogEvidenceRatio(StringDistribution)
    StringFormatOpBase<StringFormatOp_AllowMissingPlaceholders>.LogEvidenceRatio(String, StringDistribution, IReadOnlyList<StringDistribution>, IReadOnlyList<String>)
    StringFormatOpBase<StringFormatOp_AllowMissingPlaceholders>.LogEvidenceRatio(String, StringDistribution, IReadOnlyList<String>, IReadOnlyList<String>)
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    Object.ToString()
    Namespace: Microsoft.ML.Probabilistic.Factors
    Assembly: Microsoft.ML.Probabilistic.dll
    Syntax
    [Quality(QualityBand.Experimental)]
    public class StringFormatOp_AllowMissingPlaceholders : StringFormatOpBase<StringFormatOp_AllowMissingPlaceholders>
    In This Article
    Back to top Copyright © .NET Foundation. All rights reserved.