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/SupportVectorMachineModel.cs

    r3884 r4068  
    2222using System;
    2323using System.Collections.Generic;
     24using System.IO;
     25using System.Linq;
    2426using System.Text;
    25 using System.Xml;
     27using HeuristicLab.Common;
    2628using HeuristicLab.Core;
    27 using System.Globalization;
    28 using System.IO;
    2929using HeuristicLab.Persistence.Default.CompositeSerializers.Storable;
    30 using HeuristicLab.Common;
    3130using SVM;
    32 using System.Linq;
    3331
    3432namespace HeuristicLab.Problems.DataAnalysis.SupportVectorMachine {
Note: See TracChangeset for help on using the changeset viewer.