# # ChangeLog for branches/DataPreprocessing # # Generated by Trac 1.0.12 # 11/09/24 13:09:52 Wed, 11 Jun 2014 13:06:24 GMT rstoll [10992] * branches/DataPreprocessing/HeuristicLab.DataPreprocessing.Views/3.4/DataPreprocessingView.cs (modified) * branches/DataPreprocessing/HeuristicLab.DataPreprocessing.Views/3.4/HistogramView.cs (modified) * branches/DataPreprocessing/HeuristicLab.DataPreprocessing.Views/3.4/PreprocessingChartView.cs (modified) * branches/DataPreprocessing/HeuristicLab.DataPreprocessing.Views/3.4/ScatterPlotMultiView.cs (modified) * branches/DataPreprocessing/HeuristicLab.DataPreprocessing.Views/3.4/ScatterPlotSingleView.cs (modified) * branches/DataPreprocessing/HeuristicLab.DataPreprocessing/3.4/HeuristicLab.DataPreprocessing-3.4.csproj (modified) * branches/DataPreprocessing/HeuristicLab.DataPreprocessing/3.4/Implementations/ChartLogic.cs (deleted) * branches/DataPreprocessing/HeuristicLab.DataPreprocessing/3.4/Implementations/FilteredPreprocessingData.cs (modified) * branches/DataPreprocessing/HeuristicLab.DataPreprocessing/3.4/Implementations/HistogramContent.cs (modified) * branches/DataPreprocessing/HeuristicLab.DataPreprocessing/3.4/Implementations/LineChartContent.cs (modified) * branches/DataPreprocessing/HeuristicLab.DataPreprocessing/3.4/Implementations/PreprocessingChartContent.cs (modified) * branches/DataPreprocessing/HeuristicLab.DataPreprocessing/3.4/Implementations/PreprocessingData.cs (modified) * branches/DataPreprocessing/HeuristicLab.DataPreprocessing/3.4/Implementations/ScatterPlotContent.cs (modified) * branches/DataPreprocessing/HeuristicLab.DataPreprocessing/3.4/Interfaces/IChartLogic.cs (deleted) * branches/DataPreprocessing/HeuristicLab.DataPreprocessing/3.4/Interfaces/IPreprocessingData.cs (modified) * removed ChartLogic and ** moved logic accordingly to ... Wed, 11 Jun 2014 12:48:26 GMT psteiner [10991] * branches/DataPreprocessing/HeuristicLab.DataPreprocessing/3.4/Implementations/PreprocessingData.cs (modified) * branches/DataPreprocessing/HeuristicLab.DataPreprocessing/3.4/Implementations/TransactionalPreprocessingData.cs (modified) abstract PreprocessingData Wed, 11 Jun 2014 12:47:42 GMT pfleck [10990] * branches/DataPreprocessing/HeuristicLab.DataPreprocessing.Views/3.4/DataPreprocessingView.cs (modified) * branches/DataPreprocessing/HeuristicLab.DataPreprocessing/3.4/Implementations/PreprocessingContext.cs (modified) * branches/DataPreprocessing/HeuristicLab.DataPreprocessing/3.4/Interfaces/IPreprocessingContext.cs (modified) * branches/DataPreprocessing/HeuristicLab.DataPreprocessing/3.4/ProblemDataCreator.cs (modified) * Simplified export in PreprocessingContext * Implemented export of ... Wed, 11 Jun 2014 12:23:19 GMT aesterer [10987] * branches/DataPreprocessing/HeuristicLab.DataPreprocessing.Views/3.4/DataPreprocessingView.cs (modified) * branches/DataPreprocessing/HeuristicLab.DataPreprocessing.Views/3.4/HeuristicLab.DataPreprocessing.Views-3.4.csproj (modified) * branches/DataPreprocessing/HeuristicLab.DataPreprocessing.Views/3.4/PreprocessingChartView.cs (modified) * branches/DataPreprocessing/HeuristicLab.DataPreprocessing.Views/3.4/ScatterPlotMultiView.Designer.cs (moved) * branches/DataPreprocessing/HeuristicLab.DataPreprocessing.Views/3.4/ScatterPlotMultiView.cs (moved) * branches/DataPreprocessing/HeuristicLab.DataPreprocessing.Views/3.4/ScatterPlotSingleView.Designer.cs (moved) * branches/DataPreprocessing/HeuristicLab.DataPreprocessing.Views/3.4/ScatterPlotSingleView.cs (moved) * branches/DataPreprocessing/HeuristicLab.DataPreprocessing/3.4/Implementations/ScatterPlotContent.cs (modified) Refactored scatter plot Wed, 11 Jun 2014 11:38:58 GMT rstoll [10982] * branches/DataPreprocessing/HeuristicLab.DataPreprocessing/3.4/Implementations/CorrelationMatrixContent.cs (modified) * branches/DataPreprocessing/HeuristicLab.DataPreprocessing/3.4/ProblemDataCreator.cs (modified) * ProblemCreator did not take into account: ** non double input ... Wed, 11 Jun 2014 11:36:16 GMT psteiner [10981] * branches/DataPreprocessing/HeuristicLab.DataPreprocessing.Views/3.4/DataCompletenessView.cs (modified) Zoom in DataCompletenessChart Wed, 11 Jun 2014 11:29:00 GMT pfleck [10980] * branches/DataPreprocessing/HeuristicLab.DataPreprocessing/3.4/PreprocessingTransformator.cs (modified) * branches/DataPreprocessing/HeuristicLab.Problems.DataAnalysis.Symbolic/3.4/SymbolicExpressionTreeBacktransformator.cs (modified) * Inverse iterate when backtransforming model * Insert ... Wed, 11 Jun 2014 11:18:37 GMT psteiner [10979] * branches/DataPreprocessing/HeuristicLab 3.3.sln (modified) * branches/DataPreprocessing/HeuristicLab.DataPreprocessing.Views/3.4/DataCompletenessView.Designer.cs (modified) * branches/DataPreprocessing/HeuristicLab.DataPreprocessing.Views/3.4/DataCompletenessView.cs (modified) * branches/DataPreprocessing/HeuristicLab.DataPreprocessing.Views/3.4/FilterView.Designer.cs (modified) * branches/DataPreprocessing/HeuristicLab.DataPreprocessing.Views/3.4/FilterView.cs (modified) datacompleteness view formating filter percentage Wed, 11 Jun 2014 10:36:39 GMT mleitner [10978] * branches/DataPreprocessing/HeuristicLab 3.3.sln (modified) * branches/DataPreprocessing/HeuristicLab.DataPreprocessing.Views/3.4/PreprocessingFeatureCorrelationView.Designer.cs (modified) * branches/DataPreprocessing/HeuristicLab.DataPreprocessing.Views/3.4/PreprocessingFeatureCorrelationView.cs (modified) * branches/DataPreprocessing/HeuristicLab.DataPreprocessing/3.4/Implementations/ChartLogic.cs (modified) * branches/DataPreprocessing/HeuristicLab.DataPreprocessing/3.4/Implementations/CorrelationMatrixContent.cs (modified) * branches/DataPreprocessing/HeuristicLab.DataPreprocessing/3.4/Implementations/DataGridLogic.cs (modified) * branches/DataPreprocessing/HeuristicLab.DataPreprocessing/3.4/Implementations/FilteredPreprocessingData.cs (modified) * branches/DataPreprocessing/HeuristicLab.DataPreprocessing/3.4/Implementations/PreprocessingContext.cs (modified) * branches/DataPreprocessing/HeuristicLab.DataPreprocessing/3.4/Implementations/PreprocessingData.cs (modified) * branches/DataPreprocessing/HeuristicLab.DataPreprocessing/3.4/Implementations/SearchLogic.cs (modified) * branches/DataPreprocessing/HeuristicLab.DataPreprocessing/3.4/Implementations/TransactionalPreprocessingData.cs (modified) * branches/DataPreprocessing/HeuristicLab.DataPreprocessing/3.4/Interfaces/IPreprocessingContext.cs (modified) * branches/DataPreprocessing/HeuristicLab.DataPreprocessing/3.4/Interfaces/IPreprocessingData.cs (modified) Refactoring Wed, 11 Jun 2014 10:35:14 GMT rstoll [10977] * branches/DataPreprocessing/HeuristicLab.DataPreprocessing.Views/3.4/CheckedTransformationListView.cs (modified) * branches/DataPreprocessing/HeuristicLab.DataPreprocessing.Views/3.4/DataPreprocessingView.cs (modified) * branches/DataPreprocessing/HeuristicLab.DataPreprocessing.Views/3.4/ManipulationView.Designer.cs (modified) * branches/DataPreprocessing/HeuristicLab.DataPreprocessing.Views/3.4/ManipulationView.cs (modified) * branches/DataPreprocessing/HeuristicLab.DataPreprocessing.Views/3.4/TransformationView.Designer.cs (modified) * branches/DataPreprocessing/HeuristicLab.DataPreprocessing.Views/3.4/TransformationView.cs (modified) * branches/DataPreprocessing/HeuristicLab.DataPreprocessing/3.4/Implementations/DataGridContent.cs (modified) * branches/DataPreprocessing/HeuristicLab.DataPreprocessing/3.4/Implementations/TransformationContent.cs (modified) * Simplified DataGridContent - using a private set in the property ... Wed, 11 Jun 2014 10:24:37 GMT pfleck [10976] * branches/DataPreprocessing/HeuristicLab.DataPreprocessing/3.4/PreprocessingTransformator.cs (modified) * Implemented creation of CopyColumsTransformations when preserving ... Wed, 11 Jun 2014 09:53:29 GMT aesterer [10973] * branches/DataPreprocessing/HeuristicLab.DataPreprocessing/3.4/Implementations/ChartLogic.cs (modified) Handling of string and dates values for histogram classification Wed, 11 Jun 2014 09:39:24 GMT aesterer [10972] * branches/DataPreprocessing/HeuristicLab.DataPreprocessing.Views/3.4/PreprocessingChartView.cs (modified) * branches/DataPreprocessing/HeuristicLab.DataPreprocessing.Views/3.4/SingleScatterPlotView.cs (modified) Chart view refactoring Wed, 11 Jun 2014 09:20:02 GMT rstoll [10971] * branches/DataPreprocessing/HeuristicLab.DataPreprocessing.Views/3.4/StatisticsView.cs (modified) * Fixed StatisticsView bug if all rows are filtered Wed, 11 Jun 2014 09:12:58 GMT rstoll [10970] * branches/DataPreprocessing/HeuristicLab.DataPreprocessing.Views/3.4/DataPreprocessingView.cs (modified) * branches/DataPreprocessing/HeuristicLab.DataPreprocessing.Views/3.4/ManipulationView.Designer.cs (modified) * branches/DataPreprocessing/HeuristicLab.DataPreprocessing.Views/3.4/ManipulationView.cs (modified) * branches/DataPreprocessing/HeuristicLab.DataPreprocessing/3.4/Implementations/ManipulationContent.cs (modified) * disabled manipulation if a filter is active * Reordered code ... Wed, 11 Jun 2014 09:04:27 GMT sbreuer [10969] * branches/DataPreprocessing/HeuristicLab.DataPreprocessing.Views/3.4/DataPreprocessingView.cs (modified) * branches/DataPreprocessing/HeuristicLab.DataPreprocessing.Views/3.4/DataPreprocessingView.designer.cs (modified) * show message if filter is active Wed, 11 Jun 2014 08:53:07 GMT aesterer [10967] * branches/DataPreprocessing/HeuristicLab.DataPreprocessing.Views/3.4/ViewShortcutListView.cs (modified) * branches/DataPreprocessing/HeuristicLab.DataPreprocessing/3.4/Implementations/DataCompletenessChartContent.cs (modified) * branches/DataPreprocessing/HeuristicLab.DataPreprocessing/3.4/Implementations/PreprocessingChartContent.cs (modified) * branches/DataPreprocessing/HeuristicLab.DataPreprocessing/3.4/Implementations/ScatterPlotContent.cs (modified) Implemented cloning constructor for chart contents Wed, 11 Jun 2014 08:42:06 GMT rstoll [10965] * branches/DataPreprocessing/HeuristicLab.DataPreprocessing.Views/3.4/DataGridContentView.cs (modified) * Reordered code Wed, 11 Jun 2014 08:40:01 GMT rstoll [10964] * branches/DataPreprocessing/HeuristicLab.DataPreprocessing.Views/3.4/DataGridContentView.cs (modified) * branches/DataPreprocessing/HeuristicLab.DataPreprocessing/3.4/Implementations/DataGridContent.cs (modified) * branches/DataPreprocessing/HeuristicLab.DataPreprocessing/3.4/Implementations/FilterContent.cs (modified) * Refactorings for DataGridContent and FitlerContent Wed, 11 Jun 2014 08:14:32 GMT aesterer [10962] * branches/DataPreprocessing/HeuristicLab.DataPreprocessing/3.4/HeuristicLab.DataPreprocessing-3.4.csproj (modified) * branches/DataPreprocessing/HeuristicLab.DataPreprocessing/3.4/Implementations/CorrelationMatrixContent.cs (modified) * branches/DataPreprocessing/HeuristicLab.DataPreprocessing/3.4/Implementations/DataCompletenessChartContent.cs (modified) * branches/DataPreprocessing/HeuristicLab.DataPreprocessing/3.4/Implementations/PreprocessingChartContent.cs (modified) * branches/DataPreprocessing/HeuristicLab.DataPreprocessing/3.4/Interfaces/IViewChartShortcut.cs (copied) Added cloning for chart contents on double click