Click or drag to resize
Accord.NET (logo)

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; }
Request Example View Source

Property Value

Type: Object
See Also