Changeset 12395 for branches/HiveStatistics/sources/HeuristicLab.Problems.DataAnalysis.Views/3.4/FeatureCorrelation/AbstractFeatureCorrelationView.cs
- Timestamp:
- 05/20/15 16:41:14 (10 years ago)
- Location:
- branches/HiveStatistics/sources
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HiveStatistics/sources
- Property svn:mergeinfo changed
-
branches/HiveStatistics/sources/HeuristicLab.Problems.DataAnalysis.Views
- Property svn:mergeinfo changed
/stable/HeuristicLab.Problems.DataAnalysis.Views merged: 12008-12009 /trunk/sources/HeuristicLab.Problems.DataAnalysis.Views merged: 11214,11367,11623,12012,12137,12151,12365
- Property svn:mergeinfo changed
-
branches/HiveStatistics/sources/HeuristicLab.Problems.DataAnalysis.Views/3.4/FeatureCorrelation/AbstractFeatureCorrelationView.cs
r11205 r12395 1 1 #region License Information 2 2 /* HeuristicLab 3 * Copyright (C) 2002-201 4Heuristic and Evolutionary Algorithms Laboratory (HEAL)3 * Copyright (C) 2002-2015 Heuristic and Evolutionary Algorithms Laboratory (HEAL) 4 4 * 5 5 * This file is part of HeuristicLab. … … 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.