Class ParameterNamesAttribute
When applied to a method, overrides the default choice of parameter names.
Inherited Members
Namespace: Microsoft.ML.Probabilistic.Factors.Attributes
Assembly: Microsoft.ML.Probabilistic.dll
Syntax
public class ParameterNamesAttribute : Attribute
Remarks
The first parameter is the result. Thus the method int f(int x) has two parameters, the
result and x.
Constructors
ParameterNamesAttribute(String[])
Creates a new ParameterNames attribute
Declaration
public ParameterNamesAttribute(params string[] names)
Parameters
| Type | Name | Description |
|---|---|---|
| String[] | names |
Fields
Names
The new parameter names
Declaration
public string[] Names
Field Value
| Type | Description |
|---|---|
| String[] |