Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
06/11/14 15:06:24 (10 years ago)
Author:
rstoll
Message:
  • removed ChartLogic and

moved logic accordingly to PreprocessingChartContent, ScatterPlotContent
modified views etc. to use IFilteredPreprocessingData instead of ChartLogic

  • reordered code
File:
1 edited

Legend:

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

    r10987 r10992  
    11using System;
    22using System.Collections.Generic;
    3 using System.ComponentModel;
    4 using System.Drawing;
    5 using System.Data;
    63using System.Linq;
    7 using System.Text;
    84using System.Windows.Forms;
    95using HeuristicLab.Analysis;
    10 using HeuristicLab.Analysis.Views;
    11 using HeuristicLab.Collections;
    12 using HeuristicLab.Core;
    136using HeuristicLab.Core.Views;
    14 using HeuristicLab.Data;
    15 using HeuristicLab.DataPreprocessing.Implementations;
    167using HeuristicLab.MainForm;
    178
     
    3324    public void InitData() {
    3425
    35       IEnumerable<string> variables = Content.GetVariableNames();
     26      IEnumerable<string> variables = Content.PreprocessingData.GetDoubleVariableNames();
    3627
    3728      // add variables to combo boxes
     
    8071  }
    8172
    82  
     73
    8374}
Note: See TracChangeset for help on using the changeset viewer.