Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/21/11 13:29:06 (13 years ago)
Author:
mkommend
Message:

#1418: Corrected plugin dependencies.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/DataAnalysis Refactoring/HeuristicLab.Problems.DataAnalysis/3.4/Implementation/Classification/DiscriminantFunctionClassificationSolution.cs

    r5736 r5777  
    2020#endregion
    2121
     22using System;
    2223using System.Collections.Generic;
    2324using System.Linq;
    2425using HeuristicLab.Common;
    2526using HeuristicLab.Core;
    26 using HeuristicLab.Data;
    27 using HeuristicLab.Operators;
    28 using HeuristicLab.Parameters;
    2927using HeuristicLab.Persistence.Default.CompositeSerializers.Storable;
    30 using HeuristicLab.Optimization;
    31 using System;
    3228
    3329namespace HeuristicLab.Problems.DataAnalysis {
     
    9793
    9894    protected override void OnModelChanged(EventArgs e) {
    99       base.OnModelChanged(e);     
     95      base.OnModelChanged(e);
    10096      SetAccuracyMaximizingThresholds();
    10197    }
Note: See TracChangeset for help on using the changeset viewer.