Class AllExceptIndexAttribute
When applied to a message function parameter, indicates that the function depends on all items in the message collection except the resultIndex. The default is all items.
Inherited Members
Namespace: Microsoft.ML.Probabilistic.Factors.Attributes
Assembly: Microsoft.ML.Probabilistic.dll
Syntax
public class AllExceptIndexAttribute : Attribute
Remarks
This attribute cannot be combined with MatchingIndexAttribute, since they would cancel.