C# Class Bevisuali.UX.LearningInspector

Inheritance: System.Windows.Controls.UserControl
Afficher le fichier Open project: duckmaestro/F-AI

Méthodes publiques

Méthode Description
LearningInspector ( ) : System
SetIsLearning ( bool isLearning ) : void
SetTrainingSet ( IObservationSet set ) : void

Private Methods

Méthode Description
UserControl_Initialized ( object sender, EventArgs e ) : void
xButtonLearn_Click ( object sender, RoutedEventArgs e ) : void
xTxtDirichletAlpha_TextChanged ( object sender, System.Windows.Controls.TextChangedEventArgs e ) : void
xTxtParentLimit_TextChanged ( object sender, System.Windows.Controls.TextChangedEventArgs e ) : void

Method Details

LearningInspector() public méthode

public LearningInspector ( ) : System
Résultat System

SetIsLearning() public méthode

public SetIsLearning ( bool isLearning ) : void
isLearning bool
Résultat void

SetTrainingSet() public méthode

public SetTrainingSet ( IObservationSet set ) : void
set IObservationSet
Résultat void