C# Class UserSimulation.SimulationStep

Afficher le fichier Open project: plasma-umass/DataDebug Class Usage Examples

Méthodes publiques

Méthode Description
CheckCell_Step ( UserResults o, double significance, CutoffKind ck, int nboots, DAG dag, Microsoft.Office.Interop.Excel app, bool weighted, bool all_outputs, bool run_bootstrap, HashSet known_good, int>.List &filtered_high_scores, long max_duration_in_ms, Stopwatch sw, ProgBar pb ) : AST.Address
NormalAllOutputs_Step ( DAG dag, Microsoft.Office.Interop.Excel app, Microsoft.Office.Interop.Excel wb, HashSet known_good, long max_duration_in_ms, Stopwatch sw ) : AST.Address
NormalPerRange_Step ( DAG dag, Microsoft.Office.Interop.Excel wb, HashSet known_good, long max_duration_in_ms, Stopwatch sw ) : AST.Address

Method Details

CheckCell_Step() public static méthode

public static CheckCell_Step ( UserResults o, double significance, CutoffKind ck, int nboots, DAG dag, Microsoft.Office.Interop.Excel app, bool weighted, bool all_outputs, bool run_bootstrap, HashSet known_good, int>.List &filtered_high_scores, long max_duration_in_ms, Stopwatch sw, ProgBar pb ) : AST.Address
o UserResults
significance double
ck CutoffKind
nboots int
dag DataDebugMethods.DAG
app Microsoft.Office.Interop.Excel
weighted bool
all_outputs bool
run_bootstrap bool
known_good HashSet
filtered_high_scores int>.List
max_duration_in_ms long
sw Stopwatch
pb DataDebugMethods.ProgBar
Résultat AST.Address

NormalAllOutputs_Step() public static méthode

public static NormalAllOutputs_Step ( DAG dag, Microsoft.Office.Interop.Excel app, Microsoft.Office.Interop.Excel wb, HashSet known_good, long max_duration_in_ms, Stopwatch sw ) : AST.Address
dag DataDebugMethods.DAG
app Microsoft.Office.Interop.Excel
wb Microsoft.Office.Interop.Excel
known_good HashSet
max_duration_in_ms long
sw Stopwatch
Résultat AST.Address

NormalPerRange_Step() public static méthode

public static NormalPerRange_Step ( DAG dag, Microsoft.Office.Interop.Excel wb, HashSet known_good, long max_duration_in_ms, Stopwatch sw ) : AST.Address
dag DataDebugMethods.DAG
wb Microsoft.Office.Interop.Excel
known_good HashSet
max_duration_in_ms long
sw Stopwatch
Résultat AST.Address