- Timestamp:
- 03/13/15 19:51:32 (10 years ago)
- Location:
- stable
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
stable
- Property svn:mergeinfo changed
/trunk/sources merged: 12137,12151-12152
- Property svn:mergeinfo changed
-
stable/HeuristicLab.Problems.DataAnalysis.Views
- Property svn:mergeinfo changed
/trunk/sources/HeuristicLab.Problems.DataAnalysis.Views merged: 12137,12151
- Property svn:mergeinfo changed
-
stable/HeuristicLab.Problems.DataAnalysis.Views/3.4/FeatureCorrelation/AbstractFeatureCorrelationView.cs
r12009 r12199 48 48 protected AbstractFeatureCorrelationView() { 49 49 InitializeComponent(); 50 dataView.FormatPattern = "0.000"; 50 51 fcc = new FeatureCorrelationCalculator(); 51 52 var calculators = ApplicationManager.Manager.GetInstances<IDependencyCalculator>(); … … 115 116 dataView.Maximum = calc.Maximum; 116 117 dataView.Minimum = calc.Minimum; 118 117 119 dataView.Content = correlation; 118 120 dataView.Enabled = true;
Note: See TracChangeset
for help on using the changeset viewer.