Free cookie consent management tool by TermsFeed Policy Generator

Changeset 7112


Ignore:
Timestamp:
12/02/11 09:09:34 (12 years ago)
Author:
mkommend
Message:

#1694: Corrected CrossValidation to make the SupportVectorPerformance unit test pass.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Algorithms.DataAnalysis/3.4/CrossValidation.cs

    r7107 r7112  
    526526    private void SamplesEnd_ValueChanged(object sender, EventArgs e) {
    527527      samplesChanged = true;
    528       if (Problem != null) problem.ProblemData.TrainingPartition.End = SamplesEnd.Value;
     528      if (Problem != null) Problem.ProblemData.TrainingPartition.End = SamplesEnd.Value;
    529529      samplesChanged = false;
    530530    }
Note: See TracChangeset for help on using the changeset viewer.