Changeset 11098 for branches/DataPreprocessing/HeuristicLab.Problems.DataAnalysis.Views/3.4/FeatureCorrelation
- Timestamp:
- 07/06/14 20:15:28 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/DataPreprocessing/HeuristicLab.Problems.DataAnalysis.Views/3.4/FeatureCorrelation/AbstractFeatureCorrelationView.cs
r9456 r11098 57 57 partitionComboBox.DataSource = Partitions; 58 58 partitionComboBox.SelectedItem = TRAININGSAMPLES; 59 progressPanel.Visible = false; 59 60 } 60 61 … … 78 79 CalculateCorrelation(); 79 80 } else { 81 progressPanel.Visible = false; 80 82 dataView.Maximum = 0; 81 83 dataView.Minimum = 0;
Note: See TracChangeset
for help on using the changeset viewer.