Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
11/19/21 16:07:45 (2 years ago)
Author:
mkommend
Message:

#2521: Merged trunk changes into branch.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2521_ProblemRefactoring/HeuristicLab.DataPreprocessing/3.4/ProblemDataCreator.cs

    r17226 r18086  
    9696        targetVariable = context.Data.VariableNames.First();
    9797      var inputVariables = GetDoubleInputVariables(targetVariable);
    98       var newProblemData = new ClassificationProblemData(ExportedDataset, inputVariables, targetVariable, Transformations) {
     98      var newProblemData = new ClassificationProblemData(ExportedDataset, inputVariables, targetVariable, transformations: Transformations) {
    9999        PositiveClass = oldProblemData.PositiveClass
    100100      };
Note: See TracChangeset for help on using the changeset viewer.