C# 클래스 Bevisuali.UX.LearningInspector

상속: System.Windows.Controls.UserControl
파일 보기 프로젝트 열기: duckmaestro/F-AI

공개 메소드들

메소드 설명
LearningInspector ( ) : System
SetIsLearning ( bool isLearning ) : void
SetTrainingSet ( IObservationSet set ) : void

비공개 메소드들

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

메소드 상세

LearningInspector() 공개 메소드

public LearningInspector ( ) : System
리턴 System

SetIsLearning() 공개 메소드

public SetIsLearning ( bool isLearning ) : void
isLearning bool
리턴 void

SetTrainingSet() 공개 메소드

public SetTrainingSet ( IObservationSet set ) : void
set IObservationSet
리턴 void