Class ConstantAttribute
When attached to a factor parameter, indicates that the parameter is constant - i.e. cannot be changed by observation or by inference
Inherited Members
Namespace: Microsoft.ML.Probabilistic.Factors.Attributes
Assembly: Microsoft.ML.Probabilistic.dll
Syntax
[AttributeUsage(AttributeTargets.Parameter)]
public class ConstantAttribute : Attribute
Methods
IsDefined(ParameterInfo)
Returns true if this parameter has a Constant attribute
Declaration
public static bool IsDefined(ParameterInfo pi)
Parameters
Type | Name | Description |
---|---|---|
ParameterInfo | pi |
Returns
Type | Description |
---|---|
Boolean |