C# 클래스 SampleApp.ViewModel.LearnViewModel

View-Model for the Learning tab.
상속: INotifyPropertyChanged
파일 보기 프로젝트 열기: accord-net/framework 1 사용 예제들

공개 메소드들

메소드 설명
Compute ( ) : void
Detail ( ) : void
LearnViewModel ( ) : System
LearnViewModel ( MainViewModel main ) : System
OpenDatabase ( ) : void
Pause ( ) : void
Reset ( ) : void
Start ( ) : void

비공개 메소드들

메소드 설명
LearnViewModel_PropertyChanged ( object sender, PropertyChangedEventArgs e ) : void
Main_PropertyChanged ( object sender, PropertyChangedEventArgs e ) : void
learnLayerSupervised ( ) : void
learnLayerUnsupervised ( ) : void
learnNetworkSupervised ( ) : void
updateDisplay ( ) : void
updateError ( int epoch, double error ) : void

메소드 상세

Compute() 공개 메소드

public Compute ( ) : void
리턴 void

Detail() 공개 메소드

public Detail ( ) : void
리턴 void

LearnViewModel() 공개 메소드

public LearnViewModel ( ) : System
리턴 System

LearnViewModel() 공개 메소드

public LearnViewModel ( MainViewModel main ) : System
main MainViewModel
리턴 System

OpenDatabase() 공개 메소드

public OpenDatabase ( ) : void
리턴 void

Pause() 공개 메소드

public Pause ( ) : void
리턴 void

Reset() 공개 메소드

public Reset ( ) : void
리턴 void

Start() 공개 메소드

public Start ( ) : void
리턴 void