C# Class Bevisuali.Model.Workbench

Inheritance: IWorkbench
Afficher le fichier Open project: duckmaestro/F-AI

Méthodes publiques

Свойство Type Description
_dataSet IObservationSet

Protected Properties

Свойство Type Description
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 NetworkLayout
_networkLayoutInternal NetworkLayoutRecord
_networkLayoutOptions NetworkLayoutOptions
_networkLayoutThread Thread
_networkLayoutThreadCancel bool
_scenarios ObservableCollection
_scenariosComparison ScenarioComparison
_scenariosInternal List
_scenariosThread Thread
_scenariosThreadCancel bool
_selectedVariable string
_selectedVariableMode Mode

Méthodes publiques

Méthode Description
Dispose ( ) : void
Workbench ( ) : System

Méthodes protégées

Méthode Description
BayesianNetworkStructureChanged ( object sender, BayesianNetwork network ) : void
DoLearning ( LearningTask learningTask ) : void
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

Method Details

BayesianNetworkStructureChanged() protected méthode

protected BayesianNetworkStructureChanged ( object sender, BayesianNetwork network ) : void
sender object
network BayesianNetwork
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

DoLearning() protected méthode

protected DoLearning ( LearningTask learningTask ) : void
learningTask LearningTask
Résultat void

LearningTasksChanged() protected méthode

protected LearningTasksChanged ( object sender, NotifyCollectionChangedEventArgs e ) : void
sender object
e NotifyCollectionChangedEventArgs
Résultat void

MeasureDissimilarityES() protected méthode

protected MeasureDissimilarityES ( DiscreteDistribution d1, DiscreteDistribution d2 ) : double
d1 DiscreteDistribution
d2 DiscreteDistribution
Résultat double

MeasureDissimilarityKL() protected méthode

protected MeasureDissimilarityKL ( DiscreteDistribution d1, DiscreteDistribution d2 ) : double
d1 DiscreteDistribution
d2 DiscreteDistribution
Résultat double

ScenariosChanged() protected méthode

protected ScenariosChanged ( object sender, NotifyCollectionChangedEventArgs e ) : void
sender object
e NotifyCollectionChangedEventArgs
Résultat void

ThreadMainLearningTasks() protected méthode

protected ThreadMainLearningTasks ( ) : void
Résultat void

ThreadMainNetworkLayout() protected méthode

protected ThreadMainNetworkLayout ( ) : void
Résultat void

ThreadMainScenariosInference() protected méthode

protected ThreadMainScenariosInference ( ) : void
Résultat void

Workbench() public méthode

public Workbench ( ) : System
Résultat System

Property Details

InferenceParticleSeparation protected_oe property

protected int InferenceParticleSeparation
Résultat int

InferenceStepBatchSizeMinimum protected_oe property

protected int InferenceStepBatchSizeMinimum
Résultat int

InferenceStepBatchSizeVariable protected_oe property

protected int InferenceStepBatchSizeVariable
Résultat int

InferenceTargetRefinement protected_oe property

protected int InferenceTargetRefinement
Résultat int

InferenceWarmupSize protected_oe property

protected int InferenceWarmupSize
Résultat int

NetworkLayoutIterationChunkSize protected_oe property

protected int NetworkLayoutIterationChunkSize
Résultat int

_bayesianNetwork protected_oe property

protected BayesianNetwork _bayesianNetwork
Résultat BayesianNetwork

_comparisonMetric protected_oe property

protected ComparisonMetric _comparisonMetric
Résultat ComparisonMetric

_comparisonOptionsDirty protected_oe property

protected bool _comparisonOptionsDirty
Résultat bool

_comparisonResultsLevel protected_oe property

protected double _comparisonResultsLevel
Résultat double

_dataSet public_oe property

public IObservationSet _dataSet
Résultat IObservationSet

_learningTasks protected_oe property

protected ObservableCollection _learningTasks
Résultat ObservableCollection

_learningTasksInternal protected_oe property

protected List _learningTasksInternal
Résultat List

_learningTasksThread protected_oe property

protected Thread _learningTasksThread
Résultat Thread

_learningTasksThreadCancel protected_oe property

protected bool _learningTasksThreadCancel
Résultat bool

_networkLayout protected_oe property

protected NetworkLayout,Bevisuali.Model _networkLayout
Résultat NetworkLayout

_networkLayoutInternal protected_oe property

protected NetworkLayoutRecord _networkLayoutInternal
Résultat NetworkLayoutRecord

_networkLayoutOptions protected_oe property

protected NetworkLayoutOptions,Bevisuali.Model _networkLayoutOptions
Résultat NetworkLayoutOptions

_networkLayoutThread protected_oe property

protected Thread _networkLayoutThread
Résultat Thread

_networkLayoutThreadCancel protected_oe property

protected bool _networkLayoutThreadCancel
Résultat bool

_scenarios protected_oe property

protected ObservableCollection _scenarios
Résultat ObservableCollection

_scenariosComparison protected_oe property

protected ScenarioComparison,Bevisuali.Model _scenariosComparison
Résultat ScenarioComparison

_scenariosInternal protected_oe property

protected List _scenariosInternal
Résultat List

_scenariosThread protected_oe property

protected Thread _scenariosThread
Résultat Thread

_scenariosThreadCancel protected_oe property

protected bool _scenariosThreadCancel
Résultat bool

_selectedVariable protected_oe property

protected string _selectedVariable
Résultat string

_selectedVariableMode protected_oe property

protected Mode _selectedVariableMode
Résultat Mode