Changeset 17527 for branches/2521_ProblemRefactoring/HeuristicLab.Tests/HeuristicLab.Algorithms.DataAnalysis-3.4/SupportVectorMachineTest.cs
- Timestamp:
- 05/08/20 06:43:25 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2521_ProblemRefactoring/HeuristicLab.Tests/HeuristicLab.Algorithms.DataAnalysis-3.4/SupportVectorMachineTest.cs
r17226 r17527 50 50 51 51 private Exception ex; 52 52 /* TODO: Refactor test 53 53 [TestMethod] 54 54 [TestCategory("Algorithms.DataAnalysis")] … … 77 77 78 78 } 79 79 */ 80 80 // poly-10: y = x1 x2 + x3 x4 + x5 x6 + x1 x7 x9 + x3 x6 x10 81 81 private double[,] GenerateData(int n, IRandom random) {
Note: See TracChangeset
for help on using the changeset viewer.