You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added Done() call in BaseTestBaseline.Cleanup and added related fixes (#4823)
* Added Done() call in BaseTestBaseline.Cleanup and added related fixes
* Updated call stack collection mechanism to collect complete call stacks
* Fixed defaults, documentation and added LdaWorkoutEstimatorCore to list of skipped tests
* Updated baseline and reduced precision for OneClassMatrixFactorizationInMemoryDataZeroBaseIndex
* Changed REVIEW tag to TODO TEST_STABILITY
[Argument(ArgumentType.AtMostOnce,ShortName="slope",HelpText="The slope parameter of the calibration function 1 / (1 + exp(-slope * x + offset)",SortOrder=1)]
2089
-
publicDoubleSlope=1;
2088
+
[Argument(ArgumentType.AtMostOnce,ShortName="slope",HelpText="The slope parameter of the calibration function 1 / (1 + exp(slope * x + offset)",SortOrder=1)]
2089
+
publicDoubleSlope=-1;
2090
2090
2091
-
[Argument(ArgumentType.AtMostOnce,ShortName="offset",HelpText="The offset parameter of the calibration function 1 / (1 + exp(-slope * x + offset)",SortOrder=3)]
2091
+
[Argument(ArgumentType.AtMostOnce,ShortName="offset",HelpText="The offset parameter of the calibration function 1 / (1 + exp(slope * x + offset)",SortOrder=3)]
0 commit comments