Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
06/04/14 12:30:08 (10 years ago)
Author:
mleitner
Message:

Update correlationmatrix on preprocessing data change - improve performance on datagrid selection.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/DataPreprocessing/HeuristicLab.DataPreprocessing.Views/3.4/DataPreprocessingView.cs

    r10922 r10934  
    5454        //var correlationMatrixLogic = new ChartLogic(data);
    5555        var filterLogic = new FilterLogic(data);
    56         var creator = new ProblemDataCreator(Content);
    57         var problemData = (DataAnalysisProblemData)creator.CreateProblemData();
     56       
    5857        //var dataCompletenessLogic = new ChartLogic(data);
    5958
     
    6564          new HistogramContent(chartLogic),
    6665          new ScatterPlotContent(chartLogic),
    67           new CorrelationMatrixContent(problemData),
     66          new CorrelationMatrixContent(Content),
    6867          new DataCompletenessChartContent(dataGridLogic, searchLogic),
    6968         
Note: See TracChangeset for help on using the changeset viewer.