Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/24/11 23:56:39 (13 years ago)
Author:
mkommend
Message:

#1313: Implemented new views for data analysis solutions.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Problems.DataAnalysis.Views/3.4/Classification/ClassificationSolutionConfusionMatrixView.cs

    r5809 r5829  
    2424using System.Linq;
    2525using System.Windows.Forms;
     26using HeuristicLab.Core.Views;
    2627using HeuristicLab.MainForm;
    2728using HeuristicLab.MainForm.WindowsForms;
    2829
    29 namespace HeuristicLab.Problems.DataAnalysis.Classification.Views {
     30namespace HeuristicLab.Problems.DataAnalysis.Views {
    3031  [View("Classification solution confusion matrix view")]
    3132  [Content(typeof(IClassificationSolution))]
    32   public partial class ClassificationSolutionConfusionMatrixView : AsynchronousContentView {
     33  public partial class ClassificationSolutionConfusionMatrixView : ItemView, IClassificationSolutionEvaluationView {
    3334    private const string TrainingSamples = "Training";
    3435    private const string TestSamples = "Test";
Note: See TracChangeset for help on using the changeset viewer.