# # ChangeLog for branches/DataPreprocessing # # Generated by Trac 1.0.12 # 10/01/24 07:09:59 Wed, 11 Dec 2013 14:56:17 GMT pfleck [10219] * branches/DataPreprocessing/HeuristicLab.DataPreprocessing/3.3/DataPreprocessingView.cs (modified) * branches/DataPreprocessing/HeuristicLab.DataPreprocessing/3.3/HeuristicLab.DataPreprocessing-3.3.csproj (modified) * branches/DataPreprocessing/HeuristicLab.DataPreprocessing/3.3/Implementations/PreprocessingContext.cs (added) * branches/DataPreprocessing/HeuristicLab.DataPreprocessing/3.3/Interfaces/IPreprocessingContext.cs (added) * branches/DataPreprocessing/HeuristicLab.Problems.DataAnalysis.Views/3.4/Plugin.cs.frame (modified) * branches/DataPreprocessing/HeuristicLab.Problems.DataAnalysis.Views/3.4/ProblemDataView.cs (modified) * Added PreprocessingContext * Changed content type of ... Wed, 11 Dec 2013 14:55:30 GMT mleitner [10218] * branches/DataPreprocessing/HeuristicLab.DataPreprocessing/3.3/Implementations/PreprocessingData.cs (modified) * branches/DataPreprocessing/HeuristicLab.DataPreprocessing/3.3/Implementations/PreprocessingDataManipulation.cs (modified) * branches/DataPreprocessing/HeuristicLab.DataPreprocessing/3.3/Interfaces/IPreprocessingData.cs (modified) Implement first draft for shuffeling dataset while maintaining Test- ... Wed, 11 Dec 2013 13:35:48 GMT tsteinre [10217] * branches/DataPreprocessing/HeuristicLab.Problems.DataAnalysis.Views/3.4/ProblemDataView.cs (modified) * implemented parent hopping to find the Problem or Algorithm. Wed, 11 Dec 2013 12:24:04 GMT rstoll [10216] * branches/DataPreprocessing/HeuristicLab.DataPreprocessing/3.3/Implementations/StatisticInfo.cs (modified) * branches/DataPreprocessing/HeuristicLab.DataPreprocessing/3.3/Interfaces/IStatisticInfo.cs (modified) Exchanged own median, standard deviation implementation with the one ... Wed, 04 Dec 2013 16:01:13 GMT pfleck [10194] * branches/DataPreprocessing/HeuristicLab.DataPreprocessing/3.3/Implementations/PreprocessingData.cs (modified) * branches/DataPreprocessing/HeuristicLab.DataPreprocessing/3.3/Interfaces/IPreprocessingData.cs (modified) Implemented InsertRow, DeleteRow, InsertColumn, DeleteColumn in ... Wed, 04 Dec 2013 15:52:31 GMT mleitner [10193] * branches/DataPreprocessing/HeuristicLab.DataPreprocessing/3.3/HeuristicLab.DataPreprocessing-3.3.csproj (modified) * branches/DataPreprocessing/HeuristicLab.DataPreprocessing/3.3/Implementations/PreprocessingData.cs (modified) * branches/DataPreprocessing/HeuristicLab.DataPreprocessing/3.3/Implementations/PreprocessingDataManipulation.cs (added) Move attribute replacement methods to separate class. Wed, 04 Dec 2013 15:33:18 GMT mleitner [10192] * branches/DataPreprocessing/HeuristicLab.DataPreprocessing/3.3/Implementations/PreprocessingData.cs (modified) Implement manipulations per attribute, replace by media, average, ... Wed, 04 Dec 2013 14:22:40 GMT rstoll [10191] * branches/DataPreprocessing/HeuristicLab.DataPreprocessing/3.3/Implementations/PreprocessingData.cs (modified) * branches/DataPreprocessing/HeuristicLab.DataPreprocessing/3.3/Implementations/StatisticInfo.cs (modified) * branches/DataPreprocessing/HeuristicLab.DataPreprocessing/3.3/Interfaces/IPreprocessingData.cs (modified) * branches/DataPreprocessing/HeuristicLab.DataPreprocessing/3.3/Interfaces/IStatisticInfo.cs (modified) * GetRowMissingValueCount implemented * IsMissingValue for cell ... Wed, 04 Dec 2013 13:18:42 GMT rstoll [10189] * branches/DataPreprocessing/HeuristicLab.DataPreprocessing/3.3/Implementations/PreprocessingData.cs (modified) * branches/DataPreprocessing/HeuristicLab.DataPreprocessing/3.3/Implementations/StatisticInfo.cs (modified) * branches/DataPreprocessing/HeuristicLab.DataPreprocessing/3.3/Interfaces/IPreprocessingData.cs (modified) Added GetMissingValueIndices to IPreprocessingData since it will be ... Wed, 04 Dec 2013 13:14:17 GMT pfleck [10188] * branches/DataPreprocessing/HeuristicLab.DataPreprocessing/3.3/Implementations/PreprocessingData.cs (modified) Removed obsolete methods. Implemented few members... Wed, 04 Dec 2013 13:11:12 GMT tsteinre [10187] * branches/DataPreprocessing/HeuristicLab.DataPreprocessing/3.3/Implementations/PreprocessingData.cs (modified) Implemented parts of PreprocessingData. Wed, 04 Dec 2013 13:03:50 GMT pfleck [10186] * branches/DataPreprocessing/HeuristicLab.DataPreprocessing/3.3/Implementations/PreprocessingData.cs (modified) Added variableName list. Implemented GetCell, Columns and Rows. Wed, 04 Dec 2013 12:51:07 GMT pfleck [10185] * branches/DataPreprocessing/HeuristicLab.DataPreprocessing/3.3/Implementations/PreprocessingData.cs (modified) Implemented constructors of PreprocessingData. Wed, 04 Dec 2013 12:29:39 GMT rstoll [10184] * branches/DataPreprocessing/HeuristicLab.DataPreprocessing/3.3/Interfaces/IPreprocessingData.cs (modified) Removed obsolete methods Wed, 04 Dec 2013 12:19:17 GMT rstoll [10183] * branches/DataPreprocessing/HeuristicLab.DataPreprocessing/3.3/Implementations/StatisticInfo.cs (modified) * branches/DataPreprocessing/HeuristicLab.DataPreprocessing/3.3/Interfaces/IStatisticInfo.cs (modified) Switched from columnIndex to variableName Wed, 04 Dec 2013 11:59:23 GMT sbreuer [10182] * branches/DataPreprocessing/HeuristicLab.DataPreprocessing/3.3/HeuristicLab.DataPreprocessing-3.3.csproj (modified) * branches/DataPreprocessing/HeuristicLab.DataPreprocessing/3.3/Implementations/PreprocessingData.cs (modified) * branches/DataPreprocessing/HeuristicLab.DataPreprocessing/3.3/Implementations/StatisticInfo.cs (moved) * branches/DataPreprocessing/HeuristicLab.DataPreprocessing/3.3/Interfaces/IPreprocessingData.cs (modified) * branches/DataPreprocessing/HeuristicLab.DataPreprocessing/3.3/Interfaces/IStatisticInfo.cs (modified) * removed unneccesary namespace distinctions * moved statisticInfo ... Wed, 04 Dec 2013 11:56:18 GMT pfleck [10181] * branches/DataPreprocessing/HeuristicLab.DataPreprocessing/3.3/Implementations/PreprocessingData.cs (modified) * branches/DataPreprocessing/HeuristicLab.DataPreprocessing/3.3/Interfaces/IPreprocessingData.cs (modified) Added indexing IPreprocessingData with variable names. Indexing per ... Wed, 04 Dec 2013 11:46:14 GMT rstoll [10180] * branches/DataPreprocessing/HeuristicLab.DataPreprocessing/3.3/HeuristicLab.DataPreprocessing-3.3.csproj (modified) * branches/DataPreprocessing/HeuristicLab.DataPreprocessing/3.3/Interfaces/IStatisticInfo.cs (moved) * branches/DataPreprocessing/HeuristicLab.DataPreprocessing/3.3/StatisticInfo.cs (moved) Renamed PreprocessingDataStatisticInfo to StatisticInfo Wed, 04 Dec 2013 11:35:23 GMT sbreuer [10179] * branches/DataPreprocessing/HeuristicLab.DataPreprocessing/3.3/Interfaces/IPreprocessingDataStatisticInfo.cs (modified) * branches/DataPreprocessing/HeuristicLab.DataPreprocessing/3.3/PreprocessingDataStatisticInfo.cs (modified) * Implemented GetDifferentValueCount Wed, 27 Nov 2013 16:19:47 GMT sbreuer [10169] * branches/DataPreprocessing/HeuristicLab.DataPreprocessing/3.3/PreprocessingDataStatisticInfo.cs (modified) * implemented GetStandardDeviation