Changeset 12633
- Timestamp:
- 07/07/15 12:15:15 (10 years ago)
- Location:
- branches/DataPreprocessingImprovements
- Files:
-
- 5 edited
- 2 copied
Legend:
- Unmodified
- Added
- Removed
-
branches/DataPreprocessingImprovements/HeuristicLab.Data.Views/3.3 ¶
- Property svn:mergeinfo changed
/branches/HeuristicLab.DatasetRefactor/sources/HeuristicLab.Data.Views/3.3 (added) merged: 12031,12105,12247 /trunk/sources/HeuristicLab.Data.Views/3.3 (added) merged: 12524,12602
- Property svn:mergeinfo changed
-
TabularUnified branches/DataPreprocessingImprovements/HeuristicLab.Data.Views/3.3/HeuristicLab.Data.Views-3.3.csproj ¶
r12164 r12633 220 220 <Compile Include="BoolValueView.Designer.cs"> 221 221 <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> 222 228 </Compile> 223 229 <Compile Include="StringConvertibleMatrixVisibilityDialog.cs"> -
branches/DataPreprocessingImprovements/HeuristicLab.DataPreprocessing.Views/3.4 ¶
-
Property
svn:mergeinfo
set to
(toggle deleted branches)
/stable/HeuristicLab.DataPreprocessing.Views/3.4 merged eligible /trunk/sources/HeuristicLab.DataPreprocessing.Views/3.4 merged eligible
-
Property
svn:mergeinfo
set to
(toggle deleted branches)
-
branches/DataPreprocessingImprovements/HeuristicLab.DataPreprocessing/3.4 ¶
-
Property
svn:mergeinfo
set to
(toggle deleted branches)
/trunk/sources/HeuristicLab.DataPreprocessing/3.4 merged eligible
-
Property
svn:mergeinfo
set to
(toggle deleted branches)
-
TabularUnified branches/DataPreprocessingImprovements/HeuristicLab.DataPreprocessing/3.4/Implementations/PreprocessingData.cs ¶
r12012 r12633 94 94 selection = new Dictionary<int, IList<int>>(); 95 95 96 Dataset dataset = problemData.Dataset;96 Dataset dataset = (Dataset)problemData.Dataset; 97 97 variableNames = new List<string>(problemData.Dataset.VariableNames); 98 98
Note: See TracChangeset
for help on using the changeset viewer.