Click or drag to resize
Accord.NET (logo)

PendigitsTraining Property

Gets the training set of the Pendigits dataset.

Namespace:  Accord.DataSets
Assembly:  Accord.DataSets (in Accord.DataSets.dll) Version: 3.8.0
Syntax
public Tuple<double[][][], int[]> Training { get; }
Request Example View Source

Property Value

Type: TupleDouble, Int32
See Also