Class PowerPlate
Power plate factor method
Inherited Members
Namespace: Microsoft.ML.Probabilistic.Factors
Assembly: Microsoft.ML.Probabilistic.dll
Syntax
public static class PowerPlate
Methods
Enter<T>(T, Double)
Copy a value from outside to the inside of a power plate.
Declaration
public static T Enter<T>(T value, double exponent)
Parameters
Type | Name | Description |
---|---|---|
T | value | |
Double | exponent |
Returns
Type | Description |
---|---|
T | A copy of value. |
Type Parameters
Name | Description |
---|---|
T |