C# 클래스 UserSimulation.Config

파일 보기 프로젝트 열기: plasma-umass/DataDebug

공개 메소드들

메소드 설명
RunProportionExperiment ( Microsoft.Office.Interop.Excel app, Microsoft.Office.Interop.Excel wbh, int nboots, double significance, double threshold, UserSimulation c, Random r, String outfile, long max_duration_in_ms, String logfile, ProgBar pb, bool ignore_parse_errors ) : void
RunSimulation ( Microsoft.Office.Interop.Excel app, Microsoft.Office.Interop.Excel wbh, int nboots, double significance, double threshold, UserSimulation c, Random r, String outfile, long max_duration_in_ms, String logfile, ProgBar pb, PrepData prepdata, string>.System.Collections.Generic.Dictionary errors ) : void
RunSimulationPaperMain ( Microsoft.Office.Interop.Excel app, Microsoft.Office.Interop.Excel wbh, int nboots, double significance, double threshold, UserSimulation c, Random r, String outfile, long max_duration_in_ms, String logfile, ProgBar pb, bool ignore_parse_errors ) : void
RunSubletyExperiment ( Microsoft.Office.Interop.Excel app, Microsoft.Office.Interop.Excel wbh, int nboots, double significance, double threshold, UserSimulation c, Random r, String outfile, long max_duration_in_ms, String logfile, ProgBar pb, bool ignore_parse_errors ) : bool

메소드 상세

RunProportionExperiment() 공개 정적인 메소드

public static RunProportionExperiment ( Microsoft.Office.Interop.Excel app, Microsoft.Office.Interop.Excel wbh, int nboots, double significance, double threshold, UserSimulation c, Random r, String outfile, long max_duration_in_ms, String logfile, ProgBar pb, bool ignore_parse_errors ) : void
app Microsoft.Office.Interop.Excel
wbh Microsoft.Office.Interop.Excel
nboots int
significance double
threshold double
c UserSimulation
r System.Random
outfile String
max_duration_in_ms long
logfile String
pb DataDebugMethods.ProgBar
ignore_parse_errors bool
리턴 void

RunSimulation() 공개 정적인 메소드

public static RunSimulation ( Microsoft.Office.Interop.Excel app, Microsoft.Office.Interop.Excel wbh, int nboots, double significance, double threshold, UserSimulation c, Random r, String outfile, long max_duration_in_ms, String logfile, ProgBar pb, PrepData prepdata, string>.System.Collections.Generic.Dictionary errors ) : void
app Microsoft.Office.Interop.Excel
wbh Microsoft.Office.Interop.Excel
nboots int
significance double
threshold double
c UserSimulation
r System.Random
outfile String
max_duration_in_ms long
logfile String
pb DataDebugMethods.ProgBar
prepdata PrepData
errors string>.System.Collections.Generic.Dictionary
리턴 void

RunSimulationPaperMain() 공개 정적인 메소드

public static RunSimulationPaperMain ( Microsoft.Office.Interop.Excel app, Microsoft.Office.Interop.Excel wbh, int nboots, double significance, double threshold, UserSimulation c, Random r, String outfile, long max_duration_in_ms, String logfile, ProgBar pb, bool ignore_parse_errors ) : void
app Microsoft.Office.Interop.Excel
wbh Microsoft.Office.Interop.Excel
nboots int
significance double
threshold double
c UserSimulation
r System.Random
outfile String
max_duration_in_ms long
logfile String
pb DataDebugMethods.ProgBar
ignore_parse_errors bool
리턴 void

RunSubletyExperiment() 공개 정적인 메소드

public static RunSubletyExperiment ( Microsoft.Office.Interop.Excel app, Microsoft.Office.Interop.Excel wbh, int nboots, double significance, double threshold, UserSimulation c, Random r, String outfile, long max_duration_in_ms, String logfile, ProgBar pb, bool ignore_parse_errors ) : bool
app Microsoft.Office.Interop.Excel
wbh Microsoft.Office.Interop.Excel
nboots int
significance double
threshold double
c UserSimulation
r System.Random
outfile String
max_duration_in_ms long
logfile String
pb DataDebugMethods.ProgBar
ignore_parse_errors bool
리턴 bool