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/Regression/RegressionSolutionEstimatedValuesView.cs

    r5809 r5829  
    2222using System.Linq;
    2323using System.Windows.Forms;
     24using HeuristicLab.Core.Views;
    2425using HeuristicLab.Data;
    2526using HeuristicLab.Data.Views;
     
    3031  [View("Regression solution estimated values view")]
    3132  [Content(typeof(IRegressionSolution))]
    32   public partial class RegressionSolutionEstimatedValuesView : AsynchronousContentView {
     33  public partial class RegressionSolutionEstimatedValuesView : ItemView, IRegressionSolutionEvaluationView {
    3334    private const string TARGETVARIABLE_SERIES_NAME = "TargetVariable";
    3435    private const string ESTIMATEDVALUES_SERIES_NAME = "EstimatedValues";
Note: See TracChangeset for help on using the changeset viewer.