|
ServoInstances Property
|
Gets the training instances in the Servo dataset. The first
two columns contain strings and the last two columns contain
discrete numbers.
Namespace:
Accord.DataSets
Assembly:
Accord.DataSets (in Accord.DataSets.dll) Version: 3.8.0
Syntax public Object[][] Instances { get; }
Public ReadOnly Property Instances As Object()()
Get
Request Example
View SourceProperty Value
Type:
ObjectSee Also