C# 클래스 Bevisuali.UX.Observation.Observation

Shows the values of an observation. Supports full and partial observatations.
상속: System.Windows.Controls.UserControl
파일 보기 프로젝트 열기: duckmaestro/F-AI 1 사용 예제들

공개 메소드들

메소드 설명
Observation ( ) : System.Collections.Generic
SetData ( FAI.Bayesian.Observation values, FAI.Bayesian.RandomVariable variables, string>.IDictionary abbreviations ) : void

비공개 메소드들

메소드 설명
RefreshUI ( ) : void

메소드 상세

Observation() 공개 메소드

public Observation ( ) : System.Collections.Generic
리턴 System.Collections.Generic

SetData() 공개 메소드

public SetData ( FAI.Bayesian.Observation values, FAI.Bayesian.RandomVariable variables, string>.IDictionary abbreviations ) : void
values FAI.Bayesian.Observation
variables FAI.Bayesian.RandomVariable
abbreviations string>.IDictionary
리턴 void