C# Class DataDebugMethods.Analysis.DataDebugJob

Afficher le fichier Open project: plasma-umass/DataDebug

Méthodes publiques

Méthode Description
DataDebugJob ( DAG dag, FunctionOutput bs, string>.Dictionary initial_outputs, AST input, AST output_arr, bool weighted, double significance, ManualResetEvent mre ) : System
threadPoolCallback ( Object threadContext ) : void

Private Methods

Méthode Description
hypothesisTests ( ) : void

Method Details

DataDebugJob() public méthode

public DataDebugJob ( DAG dag, FunctionOutput bs, string>.Dictionary initial_outputs, AST input, AST output_arr, bool weighted, double significance, ManualResetEvent mre ) : System
dag DAG
bs FunctionOutput
initial_outputs string>.Dictionary
input AST
output_arr AST
weighted bool
significance double
mre System.Threading.ManualResetEvent
Résultat System

threadPoolCallback() public méthode

public threadPoolCallback ( Object threadContext ) : void
threadContext Object
Résultat void