Свойство | Тип | Описание | |
---|---|---|---|
_dataSet | IObservationSet |
Свойство | Тип | Описание | |
---|---|---|---|
InferenceParticleSeparation | int | ||
InferenceStepBatchSizeMinimum | int | ||
InferenceStepBatchSizeVariable | int | ||
InferenceTargetRefinement | int | ||
InferenceWarmupSize | int | ||
NetworkLayoutIterationChunkSize | int | ||
_bayesianNetwork | BayesianNetwork | ||
_comparisonMetric | ComparisonMetric | ||
_comparisonOptionsDirty | bool | ||
_comparisonResultsLevel | double | ||
_learningTasks | ObservableCollection |
||
_learningTasksInternal | List |
||
_learningTasksThread | Thread | ||
_learningTasksThreadCancel | bool | ||
_networkLayout | |||
_networkLayoutInternal | NetworkLayoutRecord | ||
_networkLayoutOptions | |||
_networkLayoutThread | Thread | ||
_networkLayoutThreadCancel | bool | ||
_scenarios | ObservableCollection |
||
_scenariosComparison | |||
_scenariosInternal | List |
||
_scenariosThread | Thread | ||
_scenariosThreadCancel | bool | ||
_selectedVariable | string | ||
_selectedVariableMode | Mode |
Метод | Описание | |
---|---|---|
Dispose ( ) : void | ||
Workbench ( ) : System |
Метод | Описание | |
---|---|---|
BayesianNetworkStructureChanged ( object sender, BayesianNetwork network ) : void | ||
DoLearning ( |
||
LearningTasksChanged ( object sender, NotifyCollectionChangedEventArgs e ) : void | ||
MeasureDissimilarityES ( DiscreteDistribution d1, DiscreteDistribution d2 ) : double | ||
MeasureDissimilarityKL ( DiscreteDistribution d1, DiscreteDistribution d2 ) : double | ||
ScenariosChanged ( object sender, NotifyCollectionChangedEventArgs e ) : void | ||
ThreadMainLearningTasks ( ) : void | ||
ThreadMainNetworkLayout ( ) : void | ||
ThreadMainScenariosInference ( ) : void |
protected BayesianNetworkStructureChanged ( object sender, BayesianNetwork network ) : void | ||
sender | object | |
network | BayesianNetwork | |
Результат | void |
protected DoLearning ( |
||
learningTask | ||
Результат | void |
protected LearningTasksChanged ( object sender, NotifyCollectionChangedEventArgs e ) : void | ||
sender | object | |
e | NotifyCollectionChangedEventArgs | |
Результат | void |
protected MeasureDissimilarityES ( DiscreteDistribution d1, DiscreteDistribution d2 ) : double | ||
d1 | DiscreteDistribution | |
d2 | DiscreteDistribution | |
Результат | double |
protected MeasureDissimilarityKL ( DiscreteDistribution d1, DiscreteDistribution d2 ) : double | ||
d1 | DiscreteDistribution | |
d2 | DiscreteDistribution | |
Результат | double |
protected ScenariosChanged ( object sender, NotifyCollectionChangedEventArgs e ) : void | ||
sender | object | |
e | NotifyCollectionChangedEventArgs | |
Результат | void |
protected ThreadMainLearningTasks ( ) : void | ||
Результат | void |
protected ThreadMainNetworkLayout ( ) : void | ||
Результат | void |
protected ThreadMainScenariosInference ( ) : void | ||
Результат | void |
protected int InferenceParticleSeparation | ||
Результат | int |
protected int InferenceStepBatchSizeMinimum | ||
Результат | int |
protected int InferenceStepBatchSizeVariable | ||
Результат | int |
protected int NetworkLayoutIterationChunkSize | ||
Результат | int |
protected BayesianNetwork _bayesianNetwork | ||
Результат | BayesianNetwork |
protected ComparisonMetric _comparisonMetric | ||
Результат | ComparisonMetric |
protected double _comparisonResultsLevel | ||
Результат | double |
protected ObservableCollection |
||
Результат | ObservableCollection |
protected bool _learningTasksThreadCancel | ||
Результат | bool |
protected NetworkLayout,Bevisuali.Model _networkLayout | ||
Результат |
protected NetworkLayoutRecord _networkLayoutInternal | ||
Результат | NetworkLayoutRecord |
protected NetworkLayoutOptions,Bevisuali.Model _networkLayoutOptions | ||
Результат |
protected bool _networkLayoutThreadCancel | ||
Результат | bool |
protected ObservableCollection |
||
Результат | ObservableCollection |
protected ScenarioComparison,Bevisuali.Model _scenariosComparison | ||
Результат |