C# Класс UserSimulation.Config

Показать файл Открыть проект

Открытые методы

Метод Описание
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