Méthode | Description | |
---|---|---|
GraphInspector ( ) : System | ||
SetConfiguringVariable ( string variableName ) : void | ||
SetGraph ( BayesianNetwork network, string>.IDictionary |
Assigns a network to this graph inspector. The graph inspector uses this network's local probability descriptions and structure. Layout must be updated separately.
|
|
SetGraphLayout ( Point>.IDictionary |
Provides a graph layout for this inspector to use.
|
|
SetInferenceResults ( DiscreteDistribution>.IDictionary |
||
SetInterestVariables ( IEnumerable |
Configures the graph to emphasize the nodes listed.
|
|
SetLayoutOptions ( object options ) : void | ||
SetSelectedVariable ( string variableName ) : void | ||
SetZoom ( double zoom ) : void |
Méthode | Description | |
---|---|---|
AddNode ( |
||
OnBayesianNetworkStructureChanged ( object sender, BayesianNetwork args ) : void | ||
RemoveNode ( |
||
UpdateEdges ( |
||
UpdateNodeSizes ( ) : void | ||
xRoot_MouseUp ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void |
public SetConfiguringVariable ( string variableName ) : void | ||
variableName | string | |
Résultat | void |
public SetGraph ( BayesianNetwork network, string>.IDictionary |
||
network | BayesianNetwork | |
variableAbbreviations | string>.IDictionary | |
Résultat | void |
public SetGraphLayout ( Point>.IDictionary |
||
layout | Point>.IDictionary | |
Résultat | void |
public SetInferenceResults ( DiscreteDistribution>.IDictionary |
||
results | DiscreteDistribution>.IDictionary | |
scenarioId | int | |
evidence | FAI | |
Résultat | void |
public SetInterestVariables ( IEnumerable |
||
variableNames | IEnumerable |
|
Résultat | void |
public SetLayoutOptions ( object options ) : void | ||
options | object | |
Résultat | void |
public SetSelectedVariable ( string variableName ) : void | ||
variableName | string | |
Résultat | void |