- Timestamp:
- 03/29/21 09:54:58 (4 years ago)
- Location:
- branches/3105_PythonFormatter
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3105_PythonFormatter
- Property svn:mergeinfo changed
/trunk (added) merged: 17845,17856,17858-17859,17861,17867,17871-17873,17888-17889,17902-17903,17906-17914
- Property svn:mergeinfo changed
-
branches/3105_PythonFormatter/HeuristicLab.DataPreprocessing
- Property svn:mergeinfo changed
/trunk/HeuristicLab.DataPreprocessing (added) merged: 17845
- Property svn:mergeinfo changed
-
branches/3105_PythonFormatter/HeuristicLab.DataPreprocessing/3.4
- Property svn:mergeinfo changed
/trunk/HeuristicLab.DataPreprocessing/3.4 (added) merged: 17845
- Property svn:mergeinfo changed
-
branches/3105_PythonFormatter/HeuristicLab.DataPreprocessing/3.4/ProblemDataCreator.cs
r17180 r17918 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.