Search Results for

    Show / Hide Table of Contents

    Class StringCapitalizedOfMinLengthOp

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

    Inheritance
    Object
    StringCapitalizedOfMinLengthOp
    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), "StringCapitalized", new Type[]{typeof(int)})]
    [Quality(QualityBand.Experimental)]
    public static class StringCapitalizedOfMinLengthOp

    Methods

    StrAverageConditional(Int32)

    EP message to str.

    Declaration
    public static StringDistribution StrAverageConditional(int minLength)
    Parameters
    Type Name Description
    Int32 minLength

    Constant value for minLength.

    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.