Changeset 16002
- Timestamp:
- 07/24/18 10:51:40 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2904_CalculateImpacts/3.4/Implementation/Regression/RegressionSolutionVariableImpactsCalculator.cs
r16001 r16002 57 57 //Just remember to reset it after you're done 58 58 private static IOnlineCalculator calculator = new OnlinePearsonsRSquaredCalculator(); 59 public IOnlineCalculator Calculator59 public static IOnlineCalculator Calculator 60 60 { 61 61 get { return calculator; }
Note: See TracChangeset
for help on using the changeset viewer.