C# Class Bevisuali.UX.LearningInspector

Inheritance: System.Windows.Controls.UserControl
Datei anzeigen Open project: duckmaestro/F-AI

Public Methods

Method Description
LearningInspector ( ) : System
SetIsLearning ( bool isLearning ) : void
SetTrainingSet ( IObservationSet set ) : void

Private Methods

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

public LearningInspector ( ) : System
return System

SetIsLearning() public method

public SetIsLearning ( bool isLearning ) : void
isLearning bool
return void

SetTrainingSet() public method

public SetTrainingSet ( IObservationSet set ) : void
set IObservationSet
return void