Search Results for

    Show / Hide Table of Contents

    Class StringOfMinMaxLengthOp

    Provides outgoing messages for String(Int32, Int32, DiscreteChar), given random arguments to the function.

    Inheritance
    Object
    StringOfMinMaxLengthOp
    Inherited Members
    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
    [FactorMethod(typeof(Factor), "String", new Type[]{typeof(int), typeof(int), typeof(DiscreteChar)})]
    [Quality(QualityBand.Experimental)]
    public static class StringOfMinMaxLengthOp

    Methods

    StrAverageConditional(DiscreteChar, Int32, Int32)

    EP message to str.

    Declaration
    public static StringDistribution StrAverageConditional(DiscreteChar allowedChars, int minLength, int maxLength)
    Parameters
    Type Name Description
    DiscreteChar allowedChars

    Constant value for allowedChars.

    Int32 minLength

    Constant value for minLength.

    Int32 maxLength

    Constant value for maxLength.

    Returns
    Type Description
    StringDistribution

    The outgoing EP message to the str argument.

    Remarks

    The outgoing message is the factor viewed as a function of str conditioned on the given values.

    In This Article
    Back to top Copyright © .NET Foundation. All rights reserved.