Méthode |
Description |
|
Deserialize ( byte data ) : Simulation |
|
|
Deserialize ( string file_name ) : Simulation |
|
|
FormatResultsAsCSV ( ) : String |
|
|
GetCalculatedError ( ) : double>.System.Collections.Generic.Dictionary |
|
|
GetEffort ( ) : int |
|
|
GetExitState ( ) : ErrorCondition |
|
|
GetFalseNegatives ( ) : HashSet |
|
|
GetFalsePositives ( ) : List |
|
|
GetMaxEffort ( ) : int |
|
|
GetRelativeEffort ( ) : double |
|
|
GetTotalRelativeError ( ) : double |
|
|
GetTruePositives ( ) : List |
|
|
HeaderRowForCSV ( ) : String |
|
|
RemainingError ( ) : double |
|
|
Run ( int nboots, string xlfile, double significance, CutoffKind ck, Microsoft.Office.Interop.Excel app, Classification c, Random r, AnalysisType analysisType, bool weighted, bool all_outputs, DAG dag, Microsoft.Office.Interop.Excel wb, AST terminal_formula_cells, AST terminal_input_vectors, string>.System.Collections.Generic.Dictionary original_inputs, string>.System.Collections.Generic.Dictionary correct_outputs, long max_duration_in_ms, String logfile, ProgBar pb ) : int |
|
|
RunFromBatch ( int nboots, string xlfile, double significance, Microsoft.Office.Interop.Excel app, CutoffKind ck, Classification c, Random r, AnalysisType analysisType, bool weighted, bool all_outputs, DAG dag, Microsoft.Office.Interop.Excel wb, string>.System.Collections.Generic.Dictionary errors, AST terminal_input_vectors, AST terminal_formula_cells, string>.System.Collections.Generic.Dictionary original_inputs, string>.System.Collections.Generic.Dictionary correct_outputs, long max_duration_in_ms, String logfile ) : int |
|
|
Serialize ( ) : byte[] |
|
|
Serialize ( string file_name ) : void |
|
|
ToCSV ( string output_filename ) : void |
Creates a CSV file with information about the CheckCell oracle simulation. |
|
ToTimeseriesCSV ( Microsoft.Office.Interop.Excel wb, double current_error, double current_effort ) : void |
|
|
TopOfKErrors ( AST terminal_formula_nodes, string>.System.Collections.Generic.Dictionary inputs, int k, string>.System.Collections.Generic.Dictionary correct_outputs, Microsoft.Office.Interop.Excel app, Microsoft.Office.Interop.Excel wb, string classification_file, DAG dag ) : Dictionary> |
|
|