Class SequentialCopyOp
Inheritance
SequentialCopyOp
Assembly: Microsoft.ML.Probabilistic.dll
Syntax
[FactorMethod(typeof(LowPriority), "SequentialCopy<>", new Type[]{})]
[Quality(QualityBand.Preview)]
public static class SequentialCopyOp
Methods
FirstAverageConditional<T>(T, T, T)
Declaration
[SkipIfAllUniform]
public static T FirstAverageConditional<T>(T value, T second, T result)
where T : SettableToProduct<T>
Parameters
Type |
Name |
Description |
T |
value |
|
T |
second |
|
T |
result |
|
Returns
Type Parameters
LogEvidenceRatio<T>(T, T, T)
Declaration
[SkipIfAllUniform]
public static double LogEvidenceRatio<T>(T value, T first, T second)
where T : CanGetLogAverageOf<T>, SettableToProduct<T>, ICloneable
Parameters
Type |
Name |
Description |
T |
value |
|
T |
first |
|
T |
second |
|
Returns
Type Parameters
SecondAverageConditional<T>(T, T, T)
Declaration
[SkipIfAllUniform]
public static T SecondAverageConditional<T>(T value, T first, T result)
where T : SettableToProduct<T>
Parameters
Type |
Name |
Description |
T |
value |
|
T |
first |
|
T |
result |
|
Returns
Type Parameters
ValueAverageConditional<T>(T, T, T)
Declaration
[SkipIfAllUniform]
public static T ValueAverageConditional<T>(T first, T second, T result)
where T : SettableToProduct<T>
Parameters
Type |
Name |
Description |
T |
first |
|
T |
second |
|
T |
result |
|
Returns
Type Parameters