Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
10/05/10 16:35:16 (14 years ago)
Author:
gkronber
Message:

Added classes and views for analysis of symbolic time series prognosis results. #1142

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/DataAnalysis/HeuristicLab.Problems.DataAnalysis.MultiVariate.Views/3.3/LineChartView.cs

    r4401 r4556  
    5555    private void RedrawChart() {
    5656      this.chart.Series.Clear();
    57       IEnumerable<double[]> values = Content.EstimatedValues;
    5857      if (Content != null) {
     58        IEnumerable<double[]> values = Content.EstimatedValues;
    5959        List<string> targetVariables = Content.ProblemData.TargetVariables.CheckedItems.Select(x => x.Value.Value).ToList();
    6060        for (int col = 0; col < targetVariables.Count; col++) {
Note: See TracChangeset for help on using the changeset viewer.