C# Class DigitDetection.ViewController

Datei anzeigen Open project: xamarin/monotouch-samples

Private Properties

Property Type Description
Inference void
ReleaseDesignerOutlets void
TappedClear void
TappedDeepButton void
TappedDetectDigit void
TappedTestSet void

Public Methods

Method Description
ViewController ( IntPtr handle ) : System
ViewDidLoad ( ) : void

Private Methods

Method 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 method

public ViewController ( IntPtr handle ) : System
handle System.IntPtr
return System

ViewDidLoad() public method

public ViewDidLoad ( ) : void
return void