- Timestamp:
- 07/13/21 10:55:09 (3 years ago)
- Location:
- branches/3087_Ceres_Integration
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3087_Ceres_Integration
- Property svn:mergeinfo changed
-
branches/3087_Ceres_Integration/HeuristicLab.DataPreprocessing
- Property svn:mergeinfo changed
/branches/3105_PythonFormatter/HeuristicLab.DataPreprocessing (added) merged: 17918 /trunk/HeuristicLab.DataPreprocessing (added) merged: 17845,17922
- Property svn:mergeinfo changed
-
branches/3087_Ceres_Integration/HeuristicLab.DataPreprocessing/3.4
- Property svn:mergeinfo changed
/branches/3105_PythonFormatter/HeuristicLab.DataPreprocessing/3.4 (added) merged: 17918 /trunk/HeuristicLab.DataPreprocessing/3.4 (added) merged: 17845,17922
- Property svn:mergeinfo changed
-
branches/3087_Ceres_Integration/HeuristicLab.DataPreprocessing/3.4/ProblemDataCreator.cs
r17180 r18006 96 96 targetVariable = context.Data.VariableNames.First(); 97 97 var inputVariables = GetDoubleInputVariables(targetVariable); 98 var newProblemData = new ClassificationProblemData(ExportedDataset, inputVariables, targetVariable, Transformations) {98 var newProblemData = new ClassificationProblemData(ExportedDataset, inputVariables, targetVariable, transformations: Transformations) { 99 99 PositiveClass = oldProblemData.PositiveClass 100 100 };
Note: See TracChangeset
for help on using the changeset viewer.