Changeset 15673 for trunk/sources/HeuristicLab.Problems.DataAnalysis
- Timestamp:
- 01/30/18 13:53:04 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Problems.DataAnalysis/3.4/Implementation/Regression/RegressionSolutionVariableImpactsCalculator.cs
r15665 r15673 52 52 All 53 53 } 54 public enum SortingCriteria { 55 ImpactValue, 56 Occurrence, 57 VariableName 58 } 59 54 60 55 private const string ReplacementParameterName = "Replacement Method"; 61 56 private const string DataPartitionParameterName = "DataPartition";
Note: See TracChangeset
for help on using the changeset viewer.