C# Class SampleApp.ViewModel.LearnViewModel

View-Model for the Learning tab.
Inheritance: INotifyPropertyChanged
Afficher le fichier Open project: accord-net/framework Class Usage Examples

Méthodes publiques

Méthode Description
Compute ( ) : void
Detail ( ) : void
LearnViewModel ( ) : System
LearnViewModel ( MainViewModel main ) : System
OpenDatabase ( ) : void
Pause ( ) : void
Reset ( ) : void
Start ( ) : void

Private Methods

Méthode Description
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

Method Details

Compute() public méthode

public Compute ( ) : void
Résultat void

Detail() public méthode

public Detail ( ) : void
Résultat void

LearnViewModel() public méthode

public LearnViewModel ( ) : System
Résultat System

LearnViewModel() public méthode

public LearnViewModel ( MainViewModel main ) : System
main MainViewModel
Résultat System

OpenDatabase() public méthode

public OpenDatabase ( ) : void
Résultat void

Pause() public méthode

public Pause ( ) : void
Résultat void

Reset() public méthode

public Reset ( ) : void
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void