Class NoTriggersAttribute
When applied to a method, indicates that no default triggers should be assigned to its parameters. The method will explicitly mark its triggers using TriggerAttribute. A general rule is that a VMP operator that depends on the opposite message must not trigger on that message (i.e. non-conjugate operators).
Inherited Members
Namespace: Microsoft.ML.Probabilistic.Factors.Attributes
Assembly: Microsoft.ML.Probabilistic.dll
Syntax
public class NoTriggersAttribute : Attribute