Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
09/20/11 12:49:22 (13 years ago)
Author:
gkronber
Message:

#1081 added views for time series prognosis

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Problems.DataAnalysis/3.4/OnlineCalculators/OnlineWeightedDirectionalSymmetryCalculator.cs

    r6802 r6807  
    8686      IEnumerator<double> firstEnumerator = first.GetEnumerator();
    8787      IEnumerator<double> secondEnumerator = second.GetEnumerator();
    88       OnlineDirectionalSymmetryCalculator dsCalculator = new OnlineDirectionalSymmetryCalculator();
     88      OnlineWeightedDirectionalSymmetryCalculator dsCalculator = new OnlineWeightedDirectionalSymmetryCalculator();
    8989     
    9090      // add first element of time series as a reference point
     
    107107      } else {
    108108        errorState = dsCalculator.ErrorState;
    109         return dsCalculator.DirectionalSymmetry;
     109        return dsCalculator.WeightedDirectionalSymmetry;
    110110      }
    111111    }
Note: See TracChangeset for help on using the changeset viewer.