C# 클래스 UserSimulation.SimulationStep

파일 보기 프로젝트 열기: plasma-umass/DataDebug 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

CheckCell_Step() 공개 정적인 메소드

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
리턴 AST.Address

NormalAllOutputs_Step() 공개 정적인 메소드

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
리턴 AST.Address

NormalPerRange_Step() 공개 정적인 메소드

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
리턴 AST.Address