Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
01/08/14 16:43:55 (10 years ago)
Author:
rstoll
Message:
  • started with statistic view
  • resources fix
File:
1 edited

Legend:

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

    r10303 r10316  
    2626    public StatisticsView() {
    2727      InitializeComponent();
     28      var logic = Content.StatisticsLogic;
     29      txtRows.Text = logic.GetRowCount().ToString();
     30      txtColumns.Text = logic.GetColumnCount().ToString();
     31      txtNumericColumns.Text = logic.GetNumericColumnCount().ToString();
     32      txtNominalColumns.Text = logic.GetNominalColumnCount().ToString();
    2833    }
    2934
Note: See TracChangeset for help on using the changeset viewer.