Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
08/09/11 11:01:08 (13 years ago)
Author:
mkommend
Message:

#1479: Updated grammar editor branch.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/GP.Grammar.Editor/HeuristicLab.Problems.DataAnalysis.Views/3.4/Regression/RegressionSolutionEstimatedValuesView.cs

    r6255 r6647  
    2222using System.Linq;
    2323using System.Windows.Forms;
    24 using HeuristicLab.Core.Views;
    2524using HeuristicLab.Data;
    2625using HeuristicLab.Data.Views;
    2726using HeuristicLab.MainForm;
    2827using HeuristicLab.MainForm.WindowsForms;
    29 using System.Globalization;
    3028
    3129namespace HeuristicLab.Problems.DataAnalysis.Views {
    3230  [View("Estimated Values")]
    3331  [Content(typeof(IRegressionSolution))]
    34   public partial class RegressionSolutionEstimatedValuesView : ItemView, IRegressionSolutionEvaluationView {
     32  public partial class RegressionSolutionEstimatedValuesView : DataAnalysisSolutionEvaluationView {
    3533    private const string TARGETVARIABLE_SERIES_NAME = "Target Variable";
    3634    private const string ESTIMATEDVALUES_SERIES_NAME = "Estimated Values (all)";
Note: See TracChangeset for help on using the changeset viewer.