- Timestamp:
- 04/18/19 17:29:48 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/HeuristicLab.Tests/HeuristicLab.Problems.DataAnalysis-3.4/DatasetTest.cs
r16820 r16821 24 24 using System.Collections.Generic; 25 25 using System.Linq; 26 using HeuristicLab.Problems.DataAnalysis;27 26 using Microsoft.VisualStudio.TestTools.UnitTesting; 28 27 29 namespace HeuristicLab.Tests.HeuristicLab.Problems.DataAnalysis { 30 31 [TestClass()] 32 public class ClassificationVariableImpactCalculationTest { 28 namespace HeuristicLab.Problems.DataAnalysis.Tests { 29 [TestClass] 30 public class DatasetTest { 33 31 private TestContext testContextInstance; 34 32 /// <summary>
Note: See TracChangeset
for help on using the changeset viewer.