Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
02/25/21 15:20:42 (3 years ago)
Author:
bburlacu
Message:

#3102: Add constructor taking original problem data and new dataset.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/HeuristicLab.DataPreprocessing/3.4/ProblemDataCreator.cs

    r17180 r17845  
    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.