Method | Description | |
---|---|---|
BothNumbers ( string value1, string value2 ) : bool | ||
CalculateNormalizedError ( string>.System.Collections.Generic.Dictionary |
||
CalculateTotalError ( string>.System.Collections.Generic.Dictionary |
||
ErrorDBToCellDict ( |
||
GenImportantErrors ( AST output_nodes, string>.System.Collections.Generic.Dictionary |
||
GetFalseNegatives ( List |
||
InjectValues ( Microsoft.Office.Interop.Excel app, Microsoft.Office.Interop.Excel wb, string>.System.Collections.Generic.Dictionary |
||
IsNumber ( string value ) : bool | ||
MeanErrorMagnitude ( string>.System.Collections.Generic.Dictionary |
||
NumericalMagnitudeChange ( double error, double correct ) : double | ||
RelativeCategoricalError ( string original_value, string partially_corrected_value ) : double | ||
RelativeNumericError ( double correct_value, double partially_corrected_value, double max_error ) : double | ||
SaveInputs ( |
||
SaveOutputs ( AST formula_nodes, |
||
StringMagnitudeChange ( string error, string correct ) : double | ||
TotalRelativeError ( double>.System.Collections.Generic.Dictionary |
||
UpdatePerFunctionMaxError ( string>.System.Collections.Generic.Dictionary |
public static BothNumbers ( string value1, string value2 ) : bool | ||
value1 | string | |
value2 | string | |
return | bool |
public static CalculateNormalizedError ( string>.System.Collections.Generic.Dictionary |
||
correct_outputs | string>.System.Collections.Generic.Dictionary | |
partially_corrected_outputs | string>.System.Collections.Generic.Dictionary | |
max_errors | double>.System.Collections.Generic.Dictionary | |
return | double>.System.Collections.Generic.Dictionary |
public static CalculateTotalError ( string>.System.Collections.Generic.Dictionary |
||
correct_outputs | string>.System.Collections.Generic.Dictionary | |
incorrect_outputs | string>.System.Collections.Generic.Dictionary | |
return | double |
public static ErrorDBToCellDict ( |
||
errors | ||
return | string>.System.Collections.Generic.Dictionary |
public static GenImportantErrors ( AST output_nodes, string>.System.Collections.Generic.Dictionary |
||
output_nodes | AST | |
inputs | string>.System.Collections.Generic.Dictionary | |
k | int | |
correct_outputs | string>.System.Collections.Generic.Dictionary | |
app | Microsoft.Office.Interop.Excel | |
wb | Microsoft.Office.Interop.Excel | |
c | ||
dag | ||
return | string>.System.Collections.Generic.Dictionary |
public static GetFalseNegatives ( List |
||
true_positives | List |
|
false_positives | List |
|
errors | string>.System.Collections.Generic.Dictionary | |
return | HashSet |
public static InjectValues ( Microsoft.Office.Interop.Excel app, Microsoft.Office.Interop.Excel wb, string>.System.Collections.Generic.Dictionary |
||
app | Microsoft.Office.Interop.Excel | |
wb | Microsoft.Office.Interop.Excel | |
values | string>.System.Collections.Generic.Dictionary | |
return | void |
public static IsNumber ( string value ) : bool | ||
value | string | |
return | bool |
public static MeanErrorMagnitude ( string>.System.Collections.Generic.Dictionary |
||
partially_corrected_outputs | string>.System.Collections.Generic.Dictionary | |
original_outputs | string>.System.Collections.Generic.Dictionary | |
return | double |
public static NumericalMagnitudeChange ( double error, double correct ) : double | ||
error | double | |
correct | double | |
return | double |
public static RelativeCategoricalError ( string original_value, string partially_corrected_value ) : double | ||
original_value | string | |
partially_corrected_value | string | |
return | double |
public static RelativeNumericError ( double correct_value, double partially_corrected_value, double max_error ) : double | ||
correct_value | double | |
partially_corrected_value | double | |
max_error | double | |
return | double |
public static SaveInputs ( |
||
dag | ||
return | string>.System.Collections.Generic.Dictionary |
public static SaveOutputs ( AST formula_nodes, |
||
formula_nodes | AST | |
dag | ||
return | string>.System.Collections.Generic.Dictionary |
public static StringMagnitudeChange ( string error, string correct ) : double | ||
error | string | |
correct | string | |
return | double |
public static TotalRelativeError ( double>.System.Collections.Generic.Dictionary |
||
error | double>.System.Collections.Generic.Dictionary | |
return | double |
public static UpdatePerFunctionMaxError ( string>.System.Collections.Generic.Dictionary |
||
correct_outputs | string>.System.Collections.Generic.Dictionary | |
incorrect_outputs | string>.System.Collections.Generic.Dictionary | |
max_errors | double>.System.Collections.Generic.Dictionary | |
return | void |