Class CancelsAttribute
When applied to a message function parameter, indicates that the argument's value is cancelled by another argument, thus there is no real dependency.
Inherited Members
Namespace: Microsoft.ML.Probabilistic.Factors.Attributes
Assembly: Microsoft.ML.Probabilistic.dll
Syntax
public class CancelsAttribute : Attribute
Remarks
Implies NoInit.