Class FreshAttribute
When applied to a method argument, indicates that the argument must be up-to-date before invoking the method. When applied to a method, indicates that the method must be recomputed whenever any of its arguments change.
Inherited Members
Namespace: Microsoft.ML.Probabilistic.Factors.Attributes
Assembly: Microsoft.ML.Probabilistic.dll
Syntax
public class FreshAttribute : Attribute