Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
05/21/14 13:42:43 (10 years ago)
Author:
psteiner
Message:

Filters stored in Content
Preparation DataCompletenessChart

File:
1 edited

Legend:

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

    r10776 r10877  
    5252        var histogramLogic = new ChartLogic(data);
    5353        var filterLogic = new FilterLogic(data);
     54        var dataCompletenessLogic = new ChartLogic(data);
    5455
    5556        var viewShortcuts = new ItemCollection<IViewShortcut> {
     
    6061          new ManipulationContent(manipulationLogic, searchLogic),
    6162          new LineChartContent(lineChartLogic),
    62           new HistogramContent(histogramLogic)
     63          new HistogramContent(histogramLogic)//,
     64          //new DataCompletenessChartContent(dataCompletenessLogic)
    6365        };
    6466
Note: See TracChangeset for help on using the changeset viewer.