- Timestamp:
- 08/08/11 13:15:23 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Problems.DataAnalysis.Views/3.4/Clustering/ClusteringSolutionEstimatedClusterView.cs
r6003 r6642 22 22 using System.Linq; 23 23 using System.Windows.Forms; 24 using HeuristicLab.Core.Views;25 24 using HeuristicLab.Data; 26 25 using HeuristicLab.Data.Views; … … 31 30 [View("Estimated Clusters")] 32 31 [Content(typeof(IClusteringSolution))] 33 public partial class ClusteringSolutionEstimatedClusterView : ItemView, IClusteringSolutionEvaluationView {32 public partial class ClusteringSolutionEstimatedClusterView : DataAnalysisSolutionEvaluationView { 34 33 private const string CLUSTER_NAMES = "Cluster"; 35 34
Note: See TracChangeset
for help on using the changeset viewer.