Click or drag to resize

DataPointModelHistory Property

Represents all recorded data in this DataPoint.

Namespace:  Livit.Learn.Model
Assembly:  Livit.Learn.Model (in Livit.Learn.Model.dll) Version: 0.0.0.0
Syntax
C#
public List<double> History { get; set; }

Property Value

Type: ListDouble
Remarks

This property is ReadOnly.

This property can be used particularly to be plotted in a graph.

History can be reset by invoking ResetDataSetModel.

See Also