C# Class Bevisuali.UX.Observation.Observation

Shows the values of an observation. Supports full and partial observatations.
Inheritance: System.Windows.Controls.UserControl
Show file Open project: duckmaestro/F-AI Class Usage Examples

Public Methods

Method Description
Observation ( ) : System.Collections.Generic
SetData ( FAI.Bayesian.Observation values, FAI.Bayesian.RandomVariable variables, string>.IDictionary abbreviations ) : void

Private Methods

Method Description
RefreshUI ( ) : void

Method Details

Observation() public method

public Observation ( ) : System.Collections.Generic
return System.Collections.Generic

SetData() public method

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
return void