Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
07/26/13 12:54:32 (11 years ago)
Author:
abeham
Message:

#2088: Renamed namespaces (removed _33 and _34 postfixes)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Tests/HeuristicLab-3.3/SupportVectorMachineTest.cs

    r9456 r9764  
    2121
    2222using System;
     23using System.Collections.Generic;
    2324using System.Linq;
    2425using System.Threading;
    25 using HeuristicLab.Algorithms.GeneticAlgorithm;
     26using HeuristicLab.Algorithms.DataAnalysis;
    2627using HeuristicLab.Common;
    27 using HeuristicLab.Data;
    28 using HeuristicLab.Persistence.Default.Xml;
     28using HeuristicLab.Core;
     29using HeuristicLab.Problems.DataAnalysis;
    2930using Microsoft.VisualStudio.TestTools.UnitTesting;
    30 using HeuristicLab.Algorithms.DataAnalysis;
    31 using HeuristicLab.Problems.DataAnalysis;
    32 using System.Collections.Generic;
    33 using HeuristicLab.Core;
    3431
    35 namespace HeuristicLab_33.Tests {
     32namespace HeuristicLab.Tests {
    3633  [TestClass]
    3734  public class SupportVectorMachineTest {
Note: See TracChangeset for help on using the changeset viewer.