- Timestamp:
- 01/11/18 16:54:31 (7 years ago)
- Location:
- stable
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
stable
- Property svn:mergeinfo changed
/trunk/sources merged: 15598
- Property svn:mergeinfo changed
-
stable/HeuristicLab.DataPreprocessing.Views
- Property svn:mergeinfo changed
/trunk/sources/HeuristicLab.DataPreprocessing.Views merged: 15598
- Property svn:mergeinfo changed
-
stable/HeuristicLab.DataPreprocessing.Views/3.4/StatisticsView.cs
r15584 r15599 89 89 var data = Content.PreprocessingData; 90 90 rowsTextBox.Text = data.Rows.ToString(); 91 columnsTextBox.Text = data. Rows.ToString();91 columnsTextBox.Text = data.Columns.ToString(); 92 92 numericColumnsTextBox.Text = GetColumnCount<double>().ToString(); 93 93 nominalColumnsTextBox5.Text = GetColumnCount<string>().ToString();
Note: See TracChangeset
for help on using the changeset viewer.