Class NoSkip
Special factors used to modify the inference schedule.
Inherited Members
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 |