Free cookie consent management tool by TermsFeed Policy Generator

Changeset 12633


Ignore:
Timestamp:
07/07/15 12:15:15 (10 years ago)
Author:
ehopf
Message:

#2335: Merged trunk into DataPreprocessingImprovements-Branch.

Location:
branches/DataPreprocessingImprovements
Files:
5 edited
2 copied

Legend:

Unmodified
Added
Removed
  • branches/DataPreprocessingImprovements/HeuristicLab.Data.Views/3.3

  • TabularUnified branches/DataPreprocessingImprovements/HeuristicLab.Data.Views/3.3/HeuristicLab.Data.Views-3.3.csproj

    r12164 r12633  
    220220    <Compile Include="BoolValueView.Designer.cs">
    221221      <DependentUpon>BoolValueView.cs</DependentUpon>
     222    </Compile>
     223   <Compile Include="BoolMatrixView.cs">
     224      <SubType>UserControl</SubType>
     225    </Compile>
     226    <Compile Include="BoolMatrixView.Designer.cs">
     227      <DependentUpon>BoolMatrixView.cs</DependentUpon>
    222228    </Compile>
    223229    <Compile Include="StringConvertibleMatrixVisibilityDialog.cs">
  • branches/DataPreprocessingImprovements/HeuristicLab.DataPreprocessing.Views/3.4

    • Property svn:mergeinfo set to (toggle deleted branches)
      /stable/HeuristicLab.DataPreprocessing.Views/3.4mergedeligible
      /trunk/sources/HeuristicLab.DataPreprocessing.Views/3.4mergedeligible
  • branches/DataPreprocessingImprovements/HeuristicLab.DataPreprocessing/3.4

    • Property svn:mergeinfo set to (toggle deleted branches)
      /trunk/sources/HeuristicLab.DataPreprocessing/3.4mergedeligible
  • TabularUnified branches/DataPreprocessingImprovements/HeuristicLab.DataPreprocessing/3.4/Implementations/PreprocessingData.cs

    r12012 r12633  
    9494      selection = new Dictionary<int, IList<int>>();
    9595
    96       Dataset dataset = problemData.Dataset;
     96      Dataset dataset = (Dataset)problemData.Dataset;
    9797      variableNames = new List<string>(problemData.Dataset.VariableNames);
    9898
Note: See TracChangeset for help on using the changeset viewer.