Class MaxProductCopyOp<T>
Provides outgoing messages for Copy<T>(T), given random arguments to the function.
Inherited Members
Namespace: Microsoft.ML.Probabilistic.Factors
Assembly: Microsoft.ML.Probabilistic.dll
Syntax
[FactorMethod(new string[]{"copy", "Value"}, typeof(Clone), "Copy<>", new Type[]{})]
[Quality(QualityBand.Experimental)]
public class MaxProductCopyOp<T>
Type Parameters
Name | Description |
---|---|
T | The type of the variable being copied. |
Methods
CopyMaxConditional<TDist>(TDist)
Declaration
public static TDist CopyMaxConditional<TDist>(TDist Value)
where TDist : IDistribution<T>
Parameters
Type | Name | Description |
---|---|---|
TDist | Value | Incoming message from |
Returns
Type | Description |
---|---|
TDist |
Type Parameters
Name | Description |
---|---|
TDist | The type of the distribution over the variable being copied. |
Remarks
ValueMaxConditional<TDist>(TDist, TDist)
Declaration
public static TDist ValueMaxConditional<TDist>(TDist copy, TDist result)
where TDist : IDistribution<T>
Parameters
Type | Name | Description |
---|---|---|
TDist | copy | Incoming message from |
TDist | result | Modified to contain the outgoing message. |
Returns
Type | Description |
---|---|
TDist |
|
Type Parameters
Name | Description |
---|---|
TDist | The type of the distribution over the variable being copied. |
Remarks