Search Results for

    Show / Hide Table of Contents

    Class NoSkip

    Special factors used to modify the inference schedule.

    Inheritance
    Object
    NoSkip
    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
    public static class NoSkip

    Methods

    Difference(Double, Double)

    Returns the difference of the two arguments: (a - b).

    Declaration
    public static double Difference(double a, double b)
    Parameters
    Type Name Description
    Double a
    Double b
    Returns
    Type Description
    Double

    a-b

    Plus(Double, Double)

    Returns the sum of the two arguments: (a + b).

    Declaration
    [ParameterNames(new string[]{"Sum", "A", "B"})]
    public static double Plus(double a, double b)
    Parameters
    Type Name Description
    Double a
    Double b
    Returns
    Type Description
    Double

    a+b

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