属性是时间
IndexCurve
00 Remarks
The property keys of this dynamic property object are the time index and the property values are the curve values at the corresponding time.
01 Syntax
Microsoft.VisualBasic.MachineLearning.QLearning.DataModel.IndexCurve
02 Methods
| Name | Overloads | Summary |
|---|---|---|
| .ctor | 2 | Create a new empty time curve. |
03 Properties
| Name | Overloads | Summary |
|---|---|---|
| uid | 1 | The unique reference id of this time curve. |
04 Members
#ctor
Create a new empty time curve.
#ctor(
String)Create a new time curve with a specific unique reference id.
Parameters
| Name | Type | Description |
|---|---|---|
uid | String | The unique reference id of this time curve. |
uid
The unique reference id of this time curve.
Returns
A string value.