Free cookie consent management tool by TermsFeed Policy Generator

Changeset 15598 for trunk


Ignore:
Timestamp:
01/11/18 16:53:06 (6 years ago)
Author:
pfleck
Message:

#2640 Another datapreprocessing hotfix (row-column changed)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.DataPreprocessing.Views/3.4/StatisticsView.cs

    r15583 r15598  
    8989      var data = Content.PreprocessingData;
    9090      rowsTextBox.Text = data.Rows.ToString();
    91       columnsTextBox.Text = data.Rows.ToString();
     91      columnsTextBox.Text = data.Columns.ToString();
    9292      numericColumnsTextBox.Text = GetColumnCount<double>().ToString();
    9393      nominalColumnsTextBox5.Text = GetColumnCount<string>().ToString();
Note: See TracChangeset for help on using the changeset viewer.