Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
07/22/10 00:44:01 (14 years ago)
Author:
swagner
Message:

Sorted usings and removed unused usings in entire solution (#1094)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Problems.DataAnalysis/3.3/SupportVectorMachine/SupportVectorMachineCrossValidationEvaluator.cs

    r3934 r4068  
    2121
    2222using System;
    23 using System.Collections.Generic;
    2423using System.Linq;
    25 using System.Text;
    2624using HeuristicLab.Core;
    2725using HeuristicLab.Data;
    28 using System.Threading;
    29 using HeuristicLab.LibSVM;
    3026using HeuristicLab.Operators;
     27using HeuristicLab.Optimization;
    3128using HeuristicLab.Parameters;
     29using HeuristicLab.Persistence.Default.CompositeSerializers.Storable;
    3230using SVM;
    33 using HeuristicLab.Persistence.Default.CompositeSerializers.Storable;
    34 using HeuristicLab.Optimization;
    3531
    3632namespace HeuristicLab.Problems.DataAnalysis.SupportVectorMachine {
Note: See TracChangeset for help on using the changeset viewer.