C# Class DigitDetection.ViewController

Afficher le fichier Open project: xamarin/monotouch-samples

Private Properties

Свойство Type Description
Inference void
ReleaseDesignerOutlets void
TappedClear void
TappedDeepButton void
TappedDetectDigit void
TappedTestSet void

Méthodes publiques

Méthode Description
ViewController ( IntPtr handle ) : System
ViewDidLoad ( ) : void

Private Methods

Méthode Description
Inference ( int imageNum, int correctLabel ) : void

This function runs the inference network on the test set

ReleaseDesignerOutlets ( ) : void
TappedClear ( UIButton sender ) : void
TappedDeepButton ( UIButton sender ) : void
TappedDetectDigit ( UIButton sender ) : void
TappedTestSet ( UIButton sender ) : void

Method Details

ViewController() public méthode

public ViewController ( IntPtr handle ) : System
handle System.IntPtr
Résultat System

ViewDidLoad() public méthode

public ViewDidLoad ( ) : void
Résultat void