Cifar10 Constructor

Initializes a new instance of the Cifar10 class.

Namespace:  SiaNet.Application
Assembly:  SiaNet (in SiaNet.dll)

Syntax


public Cifar10(
	Cifar10Model model
)
Public Sub New ( _
	model As Cifar10Model _
)
public:
Cifar10(
	Cifar10Model^ model
)

Parameters

model
Type: SiaNet.Common..::..Cifar10Model
The cifar 10 model to use for this application.