Class ReplicateMaxOp
Inheritance
ReplicateMaxOp
Assembly: Microsoft.ML.Probabilistic.dll
Syntax
[FactorMethod(typeof(Clone), "Replicate<>", new Type[]{})]
[Quality(QualityBand.Mature)]
public static class ReplicateMaxOp
Methods
DefMaxConditional<T>(IReadOnlyList<T>, T)
Declaration
public static T DefMaxConditional<T>([SkipIfAllUniform] IReadOnlyList<T> Uses, T result)
where T : SettableToProduct<T>, SettableTo<T>, SettableToUniform
Parameters
Returns
Type Parameters
Name |
Description |
T |
The type of the distribution o0ver the replicated variable.
|
MarginalMaxConditional<T>(IReadOnlyList<T>, T, T)
Declaration
public static T MarginalMaxConditional<T>(IReadOnlyList<T> Uses, T Def, T result)
where T : SettableToProduct<T>, SettableTo<T>
Parameters
Returns
Type Parameters
Name |
Description |
T |
The type of the distribution over the replicated variable.
|
UsesMaxConditional<T>(IReadOnlyList<T>, T, Int32, T)
Declaration
public static T UsesMaxConditional<T>(IReadOnlyList<T> Uses, T Def, int resultIndex, T result)
where T : SettableToProduct<T>, SettableTo<T>
Parameters
Returns
Type Parameters
Name |
Description |
T |
The type of the distribution o0ver the replicated variable.
|
UsesMaxConditionalInit<T>(T, Int32)
Declaration
public static T UsesMaxConditionalInit<T>(T Def, int resultIndex)
where T : ICloneable
Parameters
Type |
Name |
Description |
T |
Def |
Incoming message from Def .
|
Int32 |
resultIndex |
Index of the Uses for which a message is desired.
|
Returns
Type Parameters
Name |
Description |
T |
The type of the distribution o0ver the replicated variable.
|