C# 클래스 DigitDetection.ViewController

파일 보기 프로젝트 열기: xamarin/monotouch-samples

Private Properties

프로퍼티 타입 설명
Inference void
ReleaseDesignerOutlets void
TappedClear void
TappedDeepButton void
TappedDetectDigit void
TappedTestSet void

공개 메소드들

메소드 설명
ViewController ( IntPtr handle ) : System
ViewDidLoad ( ) : void

비공개 메소드들

메소드 설명
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

메소드 상세

ViewController() 공개 메소드

public ViewController ( IntPtr handle ) : System
handle System.IntPtr
리턴 System

ViewDidLoad() 공개 메소드

public ViewDidLoad ( ) : void
리턴 void