C# Class UserSimulation.Config

Afficher le fichier Open project: plasma-umass/DataDebug

Méthodes publiques

Méthode Description
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

Method Details

RunProportionExperiment() public static méthode

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
Résultat void

RunSimulation() public static méthode

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
Résultat void

RunSimulationPaperMain() public static méthode

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
Résultat void

RunSubletyExperiment() public static méthode

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
Résultat bool