nuget server logo nuget api documents
↑

API Docs / Microsoft.VisualBasic.MachineLearning / IndexCurve

IndexCurve

Full name Microsoft.VisualBasic.MachineLearning.QLearning.DataModel.IndexCurve Assembly Microsoft.VisualBasic.MachineLearning Members 3

属性是时间

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

NameOverloadsSummary
.ctor 2 Create a new empty time curve.

03 Properties

NameOverloadsSummary
uid 1 The unique reference id of this time curve.

04 Members

method .ctor #
#ctor

Create a new empty time curve.

method .ctor overload 2 #
#ctor(String)

Create a new time curve with a specific unique reference id.

Parameters
NameTypeDescription
uidString

The unique reference id of this time curve.

property uid #
uid

The unique reference id of this time curve.

Returns

A string value.