Changeset 4068 for trunk/sources/HeuristicLab.Problems.DataAnalysis/3.3/SupportVectorMachine/SupportVectorMachineUtil.cs
- Timestamp:
- 07/22/10 00:44:01 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Problems.DataAnalysis/3.3/SupportVectorMachine/SupportVectorMachineUtil.cs
r3855 r4068 20 20 #endregion 21 21 22 using System;23 22 using System.Collections.Generic; 24 23 using System.Linq; 25 using System.Text;26 using HeuristicLab.Core;27 using HeuristicLab.Data;28 using HeuristicLab.Common;29 24 30 25 namespace HeuristicLab.Problems.DataAnalysis.SupportVectorMachine {
Note: See TracChangeset
for help on using the changeset viewer.