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.Algorithms.DataAnalysis/3.3/SupportVectorMachine.cs

    r3892 r4068  
    2121
    2222using System;
    23 using System.Collections.Generic;
    24 using System.Linq;
    2523using HeuristicLab.Common;
    2624using HeuristicLab.Core;
    2725using HeuristicLab.Data;
    28 using HeuristicLab.Operators;
    2926using HeuristicLab.Optimization;
    3027using HeuristicLab.Parameters;
    3128using HeuristicLab.Persistence.Default.CompositeSerializers.Storable;
    32 using HeuristicLab.PluginInfrastructure;
    33 using HeuristicLab.Random;
    34 using HeuristicLab.Analysis;
    3529using HeuristicLab.Problems.DataAnalysis;
    36 using HeuristicLab.Problems.DataAnalysis.Regression.LinearRegression;
    37 using HeuristicLab.Problems.DataAnalysis.Regression.Symbolic;
    3830using HeuristicLab.Problems.DataAnalysis.Evaluators;
    39 using HeuristicLab.Problems.DataAnalysis.Regression.Symbolic.Analyzers;
    40 using HeuristicLab.Problems.DataAnalysis.Symbolic;
     31using HeuristicLab.Problems.DataAnalysis.Regression.SupportVectorRegression;
    4132using HeuristicLab.Problems.DataAnalysis.SupportVectorMachine;
    42 using HeuristicLab.Problems.DataAnalysis.Regression.SupportVectorRegression;
    4333
    4434namespace HeuristicLab.Algorithms.DataAnalysis {
Note: See TracChangeset for help on using the changeset viewer.