Class NoInitAttribute
When applied to a method argument, indicates that the argument does not benefit from initialization (by default, initialization is assumed to be beneficial). This attribute is incompatible with SkipIfUniform or Required.
Inherited Members
Namespace: Microsoft.ML.Probabilistic.Factors.Attributes
Assembly: Microsoft.ML.Probabilistic.dll
Syntax
public class NoInitAttribute : Attribute